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

Method OnMouseLeave

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

Source from the content-addressed store, hash-verified

282}
283
284void WindowBase::OnMouseLeave()
285{
286 PROFILE_CPU_NAMED("GUI.OnMouseLeave");
287 PROFILE_MEM(UI);
288 MouseLeave();
289 INVOKE_EVENT_PARAMS_0(OnMouseLeave);
290}
291
292void WindowBase::OnTouchDown(const Float2& pointerPosition, int32 pointerId)
293{

Callers 4

Internal_OnMouseLeaveMethod · 0.45
OnLeaveNotifyMethod · 0.45
HandleEventMethod · 0.45
SetIsMouseOverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected