o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
83 stars 59 forks source link

If an e-mail or sys tray notification comes up over the window, the cursor can potentially click on it #347

Open mcphedar opened 1 year ago

mcphedar commented 1 year ago

Describe the bug The invisible cursor can interact with notifications that pop up over the game client, causing a loss of focus on the client.

Steps to reproduce Steps to reproduce the behavior:

  1. play the MPS
  2. observe that sometimes when a notification appears that the cursor can select it, removing focus from the client.

Expected behavior Notifications never interfere with game controls.