MCPcopy 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
677BitField<MouseButtonMask> InputEventMouse::get_button_mask() const {
678 return button_mask;
679}
680
681void InputEventMouse::set_position(const Vector2 &p_pos) {
682 pos = p_pos;

Callers 4

accumulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected