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

Method OnDragLeave

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

Source from the content-addressed store, hash-verified

332}
333
334void WindowBase::OnDragLeave()
335{
336 INVOKE_EVENT_PARAMS_0(OnDragLeave);
337}
338
339void WindowBase::OnHitTest(const Float2& mousePosition, WindowHitCodes& result, bool& handled)
340{

Callers 6

Internal_OnDragLeaveMethod · 0.45
DoDragDropMethod · 0.45
TickMethod · 0.45
DoDragDropX11Method · 0.45
X11EventHookMethod · 0.45
MacWindow.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected