Final location of the mouse this frame. If you want to process _all_ the locations the mouse was at during this frame, see [`Engine::mouse_location_events`](crate::prelude::Engine::mouse_location_events) instead.
(&self)
| 133 | /// was at during this frame, see |
| 134 | /// [`Engine::mouse_location_events`](crate::prelude::Engine::mouse_location_events) instead. |
| 135 | pub fn location(&self) -> Option<Vec2> { |
| 136 | self.location |
| 137 | } |
| 138 | /// The cumulative relative motion of the mouse this frame. If you want to process _all_ the |
| 139 | /// individual relative motions, see |
| 140 | /// [`Engine::mouse_motion_events](crate::prelude::Engine::mouse_motion_events) instead. |
no outgoing calls
no test coverage detected