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

Method get_mouse_mode

core/input/input.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103Input::MouseMode Input::get_mouse_mode() const {
104 return get_mouse_mode_func();
105}
106
107void Input::set_mouse_mode_override(MouseMode p_mode) {
108 ERR_FAIL_INDEX(p_mode, MouseMode::MOUSE_MODE_MAX);

Callers 10

_process_pickingMethod · 0.80
debugMethod · 0.80
_process_clickMethod · 0.80
_process_dragMethod · 0.80
gui_inputMethod · 0.80
_surface_mouse_enterMethod · 0.80
_redirect_freelook_inputFunction · 0.80
_notificationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected