(ref Float2 motion)
| 286 | } |
| 287 | |
| 288 | internal void Internal_OnMouseMoveRelative(ref Float2 motion) |
| 289 | { |
| 290 | MouseMoveRelative?.Invoke(ref motion); |
| 291 | GUI.OnMouseMoveRelative(motion); |
| 292 | } |
| 293 | |
| 294 | internal void Internal_OnMouseLeave() |
| 295 | { |
nothing calls this directly
no test coverage detected