2024-10-04 19:19:48 +08:00

5 lines
120 B
Python

def _kbhit() -> int: ...
def _getch() -> int: ...
def PlaySoundA(pszSound: str, hmod: int, fdwSound: int) -> bool: ...