MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnMouseMove

Method OnMouseMove

Source/Engine/Platform/Base/WindowBase.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void WindowBase::OnMouseMove(const Float2& mousePosition)
270{
271 PROFILE_CPU_NAMED("GUI.OnMouseMove");
272 PROFILE_MEM(UI);
273 MouseMove(mousePosition);
274 INVOKE_EVENT_PARAMS_1(OnMouseMove, (void*)&mousePosition);
275}
276
277void WindowBase::OnMouseMoveRelative(const Float2& mousePositionRelative)
278{

Callers 8

Internal_OnMouseMoveMethod · 0.45
OnMotionNotifyMethod · 0.45
OnWindowHitTestFunction · 0.45
HandleEventInternalMethod · 0.45
HandleEventMethod · 0.45
HandleEventInternalMethod · 0.45
MacWindow.cppFile · 0.45
OnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected