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