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

Method get_mouse_button_mask

core/input/input.cpp:1071–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071BitField<MouseButtonMask> Input::get_mouse_button_mask() const {
1072 return mouse_button_mask; // do not trust OS implementation, should remove it - OS::get_singleton()->get_mouse_button_state();
1073}
1074
1075void Input::warp_mouse(const Vector2 &p_position) {
1076 warp_mouse_func(p_position);

Callers 9

_process_pickingMethod · 0.80
_notificationMethod · 0.80
gui_inputMethod · 0.80
_menu_option_confirmMethod · 0.80
_notificationMethod · 0.80
_mouse_move_callbackMethod · 0.80
_mouse_wheel_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected