mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
Add send_mouse_event to fast_data_types.pyi
This commit is contained in:
parent
64fe9f82ed
commit
8a3376261e
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue