Bug #515
Handling mouse wheel input while game is minimized.
100%
![Arrow u r green](/plugin_assets/vote_on_issues/images/arrow-u-r-green.png?1560451728)
![Arrow d r red](/plugin_assets/vote_on_issues/images/arrow-d-r-red.png?1560451728)
Description
What happens:
Camera position is modified while the game is minimized.
How to reproduce:
Step 1: Play KSP in a mode that would normally respond to mouse wheel input.
Step 2: ALT ESC
Step 3: Do anything involving the mouse wheel outside of KSP, such as reading a web page.
Notes:
Potential minor disorientation in some cases. Though honestly I was reading for quite awhile before I noticed it and what tipped me off was actually the sound of the engine getting further away, not the actual camera.
Solution:
Not processing input while the game window does not have focus. I'm assuming the renderer already has something like this, so maybe using that as a common state object if you don't already have one?
History
#1
Updated by SPACETECH almost 12 years ago
Yes, here the same.
Windows 7 x64
#2
Updated by TruePikachu about 11 years ago
- Status changed from New to Confirmed
- % Done changed from 0 to 10
Confirmed, annoying.
#3
Updated by Squelch over 9 years ago
- Platform Win32 added
- Platform deleted (
Windows)
#4
Updated by TriggerAu over 8 years ago
- Status changed from Confirmed to Needs Clarification
- % Done changed from 10 to 0
#5
Updated by ___ over 8 years ago
I cannot reproduce with 1.1.3 on linux.
I think this was fixed a while ago.
#6
Updated by TriggerAu over 8 years ago
- Status changed from Needs Clarification to Closed
- % Done changed from 0 to 100
Thanks for the update