Final exam version
This commit is contained in:
16
venv/lib/python3.12/site-packages/pygame/_sdl2/sdl2.pyi
Normal file
16
venv/lib/python3.12/site-packages/pygame/_sdl2/sdl2.pyi
Normal file
@@ -0,0 +1,16 @@
|
||||
from typing import Optional
|
||||
|
||||
INIT_TIMER: int
|
||||
INIT_AUDIO: int
|
||||
INIT_VIDEO: int
|
||||
INIT_JOYSTICK: int
|
||||
INIT_HAPTIC: int
|
||||
INIT_GAMECONTROLLER: int
|
||||
INIT_EVENTS: int
|
||||
INIT_NOPARACHUTE: int
|
||||
INIT_EVERYTHING: int
|
||||
|
||||
class error(RuntimeError):
|
||||
def __init__(self, message: Optional[str] = None) -> None: ...
|
||||
|
||||
def init_subsystem(flags: int) -> None: ...
|
||||
Reference in New Issue
Block a user