Merge branch 'add-python-typing-for-send_mouse_event' of https://github.com/trygveaa/kitty
This commit is contained in:
commit
31b804d8fb
@ -1338,6 +1338,10 @@ def mouse_selection(os_window_id: int, tab_id: int, window_id: int, code: int, b
|
|||||||
pass
|
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:
|
def set_window_logo(os_window_id: int, tab_id: int, window_id: int, path: str, position: str, alpha: float) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user