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

Method set_factor

core/input/input_event.cpp:714–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712///////////////////////////////////
713
714void InputEventMouseButton::set_factor(float p_factor) {
715 factor = p_factor;
716}
717
718float InputEventMouseButton::get_factor() const {
719 return factor;

Callers 8

xformed_byMethod · 0.80
WndProcMethod · 0.80
_wl_pointer_on_frameMethod · 0.80
_wheel_button_clickMethod · 0.80
process_magnifyMethod · 0.80
_mouse_wheel_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected