rpcsx/rpcs3/Emu/Io/Windows
Lioncash 8feabb00d6 Correct event handlers to trigger in all instnces
Some events don't propagate correctly to the right sub-window
and some things like the pad handler don't even necessarily have
windows. So, just register some events with the top-level app.

Also add a virtual destructor to the PadHandlerBase to be able to
deal with multiple inheritance in the derived classes.
2014-04-27 20:05:01 -04:00
..
WindowsKeyboardHandler.h Correct event handlers to trigger in all instnces 2014-04-27 20:05:01 -04:00
WindowsMouseHandler.h Correct event handlers to trigger in all instnces 2014-04-27 20:05:01 -04:00
WindowsPadHandler.h Correct event handlers to trigger in all instnces 2014-04-27 20:05:01 -04:00