MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / set_mouse_mode

Method set_mouse_mode

core/input/input.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void Input::set_mouse_mode(MouseMode p_mode) {
99 ERR_FAIL_INDEX(p_mode, MouseMode::MOUSE_MODE_MAX);
100 set_mouse_mode_func(p_mode);
101}
102
103Input::MouseMode Input::get_mouse_mode() const {
104 return get_mouse_mode_func();

Callers 14

gui_inputMethod · 0.80
gui_inputMethod · 0.80
clearMethod · 0.80
debugMethod · 0.80
_process_clickMethod · 0.80
_process_dragMethod · 0.80
gui_inputMethod · 0.80
set_freelook_activeMethod · 0.80
_reorder_button_downMethod · 0.80
_reorder_button_upMethod · 0.80
gui_inputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected