I\'m looking to simulate a kiosk mode for Safari on Windows. OSX will not work with my input hardware and Chrome\'s GPU acceleration is too slow for the machine I\'m using.
You can use the ClipCursor function to do this.
Confines the cursor to a rectangular area on the screen. If a subsequent cursor position (set by the SetCursorPos function or the mouse) lies outside the rectangle, the system automatically adjusts the position to keep the cursor inside the rectangular area.