init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
11
.venv/lib/python3.8/site-packages/pygame/fastevent.pyi
Normal file
11
.venv/lib/python3.8/site-packages/pygame/fastevent.pyi
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from typing import List
|
||||
|
||||
from pygame.event import Event
|
||||
|
||||
def init() -> None: ...
|
||||
def get_init() -> bool: ...
|
||||
def pump() -> None: ...
|
||||
def wait() -> Event: ...
|
||||
def pool() -> Event: ...
|
||||
def get() -> List[Event]: ...
|
||||
def post(event: Event) -> None: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue