Is your feature request related to a problem? Please describe.
Some automation jobs I am currently working at require the mouse to be moved to a different display other than the main display.
Describe the solution you'd like
Add an extra method to allow moving the mouse cursor to a specific display, e.g. fn move_mouse_abs(&mut self, x: i32, y: i32, display: Display) -> InputResult<()> {