pub fn enable_mouse_capture() -> Result<()>
Enables mouse capture events on your application.
This is optional as it can cause a spam of your update method.