Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_button_mask
Method
get_button_mask
core/input/input_event.cpp:677–679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
BitField<MouseButtonMask> InputEventMouse::get_button_mask() const {
678
return button_mask;
679
}
680
681
void InputEventMouse::set_position(const Vector2 &p_pos) {
682
pos = p_pos;
Callers
4
accumulate
Method · 0.45
_parse_input_event_impl
Method · 0.45
encode_input_event_mouse_button
Function · 0.45
encode_input_event_mouse_motion
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected