pampersrocker / EvoNet

Evolution Simulation in XNA Refresh
MIT License
49 stars 12 forks source link

MouseScroll is still active if the frame has no focus #15

Closed schlubberwuz closed 7 years ago

schlubberwuz commented 7 years ago

Hey Guys, really nice project, i found 2 things

pampersrocker commented 7 years ago

Thanks for the feedback!

Creatures are currently wip in #13 , so they are far from done.

The second is interesting because this indicates MonoGame is getting the mouse events from something else than the default Windows Message Pump, I didn't know that I need to take care of windows focus for this. I will take a look at it.

pampersrocker commented 7 years ago

I'm reusing this issue for the mouse scroll stuff and posted the other bug in #13 .

Brotcrunsher commented 7 years ago

Unfortunately, the bug is not completely fixxed yet. If Visual Studio is getting the focus, the scrolling still happens.