creeper-adventure/.venv/lib/python3.8/site-packages/pygame/_sdl2/touch.pyi
2022-03-31 20:20:07 -05: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]]: ...