We have a game similar to pong, but the glove is along the bottom of the screen. The user controls the glove with the mouse and moves left-right across the x-axis to catch baseballs dropping from above.
We have noticed that even though we move the mouse back and forth, the cursor (which is hidden on the playing field) starts to track upward towards the top of the screen. The cursor is also visible to the left-right of the playing field when it touches the background image.
Once the cursor makes it's way to the top of the screen, the default pop-up menu in Chrome (the game must play in full screen) and interferes with the the mouse movement - causing issues in the game.
What is strange is when i move my mouse left-right in Word, or any browser the cursor does not track upwards. But in Construct 2 - this seems to happen automatically.
Is there a way to attach the cursor to the glove or prevent the mouse from tracking up to the top of the screen? Any help would be appreciated.
-Mark