Home
last modified time | relevance | path

Searched refs:mouse_on_edge_x (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dpanels.c367 panels->mouse_on_edge_x = true; in __check_if_mouse_x_on_edge()
2320 panels->mouse_on_edge_x = false; in __init()
3616 if (panels->mouse_on_edge_x || panels->mouse_on_edge_y) { in __drag_and_resize()
3619 if (panels->mouse_on_edge_x) { in __drag_and_resize()
3626 panels->mouse_on_edge_x = false; in __drag_and_resize()
4111 panels->mouse_on_edge_x = false; in __handle_mouse()
4115 panels->mouse_on_edge_x = __check_if_mouse_x_on_edge (core, x, y); in __handle_mouse()
4117 if (panels->mouse_on_edge_x || panels->mouse_on_edge_y) { in __handle_mouse()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h1147 bool mouse_on_edge_x; member