| 337 | } |
| 338 | |
| 339 | void 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 | |
| 347 | void WindowBase::OnLeftButtonHit(WindowHitCodes hit, bool& result) |
| 348 | { |