bsamuels453 / With-Fire-and-Iron

Airship combat simulator I'm working on in my spare time. Most of the code is based on one of my older sim projects, Forge. Check out the issues section to see what modules I'm working on at the moment.
2 stars 0 forks source link

ctrl+alt+delete kills input focus and makes it unreturnable #34

Open bsamuels453 opened 11 years ago

bsamuels453 commented 11 years ago

after using ctrl+alt+delete and closing the prompt screen, access to the input devices is lost, and is unable to be regained despite switching to the application.

bsamuels453 commented 11 years ago

assuming that xna uses directinput, this bug is probably being caused by a directinput device reset, and someone on the XNA team didn't get the memo that directinput devices can actually be destroyed.

If we're really lucky, the guys who did mg fixed this issue, so this bug may be eliminated by the mg switch.