()
| 340 | } |
| 341 | |
| 342 | internal void Internal_OnLostFocus() |
| 343 | { |
| 344 | LostFocus?.Invoke(); |
| 345 | GUI.OnLostFocus(); |
| 346 | } |
| 347 | |
| 348 | internal void Internal_OnHitTest(ref Float2 mousePos, ref WindowHitCodes result, ref bool handled) |
| 349 | { |
nothing calls this directly
no test coverage detected