Home
last modified time | relevance | path

Searched refs:is_right_button_down (Results 1 – 4 of 4) sorted by relevance

/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dsupervisor_map_editor.cc50 is_right_button_down = false; in supervisor_map_editor()
407 if (is_right_down && !is_right_button_down) in select_rectangle()
409 is_right_button_down = true; in select_rectangle()
422 if (is_right_button_down) in select_rectangle()
471 if (is_right_button_down && is_right_down) in select_rectangle()
475 if (is_right_down || !is_right_button_down) in select_rectangle()
481 is_right_button_down = false; in select_rectangle()
H A Dhandler_keyboard.cc73 is_right_button_down = false; in handler_keyboard()
758 is_right_button_down = true; in read_events()
780 if (is_right_button_down) in read_events()
784 is_right_button_down = false; in read_events()
1075 return is_right_button_down; in is_right_button()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dsupervisor_map_editor.h78 bool is_right_button_down; variable
H A Dhandler_keyboard.h170 bool is_right_button_down; variable