Intelegentny_Pszczelarz/.venv/Lib/site-packages/pygame/_sdl2/touch.pyi
2023-03-18 12:55:22 +01:00

7 lines
231 B
Python

from typing import Dict, Union
def get_num_devices() -> int: ...
def get_device(index: int) -> int: ...
def get_num_fingers(device_id: int) -> int: ...
def get_finger(touchid: int, index: int) -> Dict[str, Union[int, float]]: ...