__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import Dict, Mapping, Optional
from pygame.joystick import JoystickType
def init() -> None: ...
def get_init() -> bool: ...
def quit() -> None: ...
def set_eventstate(state: bool) -> None: ...
def get_eventstate() -> bool: ...
def update() -> None: ...
def get_count() -> int: ...
def is_controller(index: int) -> bool: ...
def name_forindex(index: int) -> Optional[str]: ...
class Controller:
def __init__(self, index: int) -> None: ...
@property
def name(self) -> str: ...
@property
def id(self) -> int: ...
def init(self) -> None: ...
def get_init(self) -> bool: ...
def quit(self) -> None: ...
@staticmethod
def from_joystick(joy: JoystickType) -> Controller: ...
def attached(self) -> bool: ...
def as_joystick(self) -> JoystickType: ...
def get_axis(self, axis: int) -> int: ...
def get_button(self, button: int) -> bool: ...
def get_mapping(self) -> Dict[str, str]: ...
def set_mapping(self, mapping: Mapping[str, str]) -> int: ...
def rumble(
self, low_frequency: float, high_frequency: float, duration: int
) -> bool: ...
def stop_rumble(self) -> None: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 248 B | 0644 |
|
| __init__.pyi | File | 98 B | 0644 |
|
| audio.cpython-313-aarch64-linux-gnu.so | File | 199.62 KB | 0644 |
|
| audio.pyi | File | 1.27 KB | 0644 |
|
| controller.cpython-313-aarch64-linux-gnu.so | File | 133.3 KB | 0644 |
|
| controller.pyi | File | 1.14 KB | 0644 |
|
| mixer.cpython-313-aarch64-linux-gnu.so | File | 199.19 KB | 0644 |
|
| sdl2.cpython-313-aarch64-linux-gnu.so | File | 67.52 KB | 0644 |
|
| sdl2.pyi | File | 338 B | 0644 |
|
| touch.cpython-313-aarch64-linux-gnu.so | File | 66.3 KB | 0644 |
|
| touch.pyi | File | 231 B | 0644 |
|
| video.cpython-313-aarch64-linux-gnu.so | File | 330.27 KB | 0644 |
|
| video.pyi | File | 4.57 KB | 0644 |
|