Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
Fvector2 CUICursor::GetCursorPosition() const { return vPos; }
64
65
Fvector2 CUICursor::GetCursorPositionDelta() const { return Fvector2{vPos.x - vPrevPos.x, vPos.y - vPrevPos.y}; }
66
Callers
15
enable_input
Function · 0.80
OnRender
Method · 0.80
OnFocusLost
Method · 0.80
ActivatePropertiesBox
Method · 0.80
Show
Method · 0.80
IR_OnKeyboardPress
Method · 0.80
IR_OnKeyboardRelease
Method · 0.80
IR_OnMouseWheel
Method · 0.80
IR_OnMouseMove
Method · 0.80
Update
Method · 0.80
OnKeyboardHold
Method · 0.80
Load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected