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

Method OnHitTest

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

Source from the content-addressed store, hash-verified

337}
338
339void WindowBase::OnHitTest(const Float2& mousePosition, WindowHitCodes& result, bool& handled)
340{
341 HitTest(mousePosition, result, handled);
342 if (handled)
343 return;
344 INVOKE_EVENT_PARAMS_3(OnHitTest, (void*)&mousePosition, &result, &handled);
345}
346
347void WindowBase::OnLeftButtonHit(WindowHitCodes hit, bool& result)
348{

Callers 1

EventMessageHookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected