chockladhjul/venv/lib/python3.11/site-packages/pygame/_sdl2/touch.pyi
2024-10-28 20:07:01 +01:00

6 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]]: ...