This commit is contained in:
Kovid Goyal 2025-05-13 15:44:43 +05:30
parent 7ec486c7a6
commit 6afe3cbc5a
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1570,7 +1570,7 @@ def set_os_window_pos(os_window_id: int, x: int, y: int) -> None:
def get_all_processes() -> Tuple[int, ...]:
pass
def get_monitor_names() -> tuple[tuple[str, str], ...]: ...
def glfw_get_monitor_names() -> tuple[tuple[str, str], ...]: ...
def num_users() -> int:
pass