Files
renpy/scripts/pyi/android/__init__.pyi
T
2025-01-04 23:33:41 -05:00

18 lines
241 B
Python

from typing import Any
import android.apk
expansion = android.apk.APK
def init(): ...
activity : Any
def vibrate(s) -> None:...
def get_dpi() -> int: ...
def open_url(url : str) -> None: ...
def wakelock(active : bool) -> None: ...