1
0

win32.pyi 120 B

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