Add send_mouse_event to fast_data_types.pyi

This commit is contained in:
Trygve Aaberge 2023-02-13 21:51:12 +01:00
parent 64fe9f82ed
commit 8a3376261e

View File

@ -1338,6 +1338,10 @@ def mouse_selection(os_window_id: int, tab_id: int, window_id: int, code: int, b
pass
def send_mouse_event(screen: Screen, x: int, y: int, button: int, action: int, mods: int) -> bool:
pass
def set_window_logo(os_window_id: int, tab_id: int, window_id: int, path: str, position: str, alpha: float) -> None:
pass