init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
6
.venv/lib/python3.8/site-packages/pygame/_sdl2/touch.pyi
Normal file
6
.venv/lib/python3.8/site-packages/pygame/_sdl2/touch.pyi
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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]]: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue