()
| 292 | } |
| 293 | |
| 294 | internal void Internal_OnMouseLeave() |
| 295 | { |
| 296 | MouseLeave?.Invoke(); |
| 297 | GUI.OnMouseLeave(); |
| 298 | } |
| 299 | |
| 300 | internal void Internal_OnTouchDown(ref Float2 pointerPosition, int pointerId) |
| 301 | { |
nothing calls this directly
no test coverage detected