Add send_mouse_event to fast_data_types.pyi
This commit is contained in:
parent
64fe9f82ed
commit
8a3376261e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user