Traktor/myenv/Lib/site-packages/pygame/_sdl2/touch.pyi

7 lines
231 B
Python
Raw Normal View History

2024-05-26 05:12:46 +02:00
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]]: ...