Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnMouseMoved
Function
OnMouseMoved
Source/Engine/Platform/UWP/UWPWindow.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void OnMouseMoved(float x, float y, void* userData)
60
{
61
((UWPWindow*)userData)->onMouseMoved(x, y);
62
}
63
64
void OnPointerPressed(UWPWindowImpl::PointerData* pointer, void* userData)
65
{
Callers
5
SetMousePosition
Method · 0.85
SetMousePosition
Method · 0.85
SetMousePosition
Method · 0.85
SetMousePosition
Method · 0.85
SetMousePosition
Method · 0.85
Calls
1
onMouseMoved
Method · 0.80
Tested by
no test coverage detected