MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetCursorPosition

Method GetCursorPosition

ogsr_engine/xrGame/UICursor.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Fvector2 CUICursor::GetCursorPosition() const { return vPos; }
64
65Fvector2 CUICursor::GetCursorPositionDelta() const { return Fvector2{vPos.x - vPrevPos.x, vPos.y - vPrevPos.y}; }
66

Callers 15

enable_inputFunction · 0.80
OnRenderMethod · 0.80
OnFocusLostMethod · 0.80
ActivatePropertiesBoxMethod · 0.80
ShowMethod · 0.80
IR_OnKeyboardPressMethod · 0.80
IR_OnKeyboardReleaseMethod · 0.80
IR_OnMouseWheelMethod · 0.80
IR_OnMouseMoveMethod · 0.80
UpdateMethod · 0.80
OnKeyboardHoldMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected