mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 08:10:10 +01:00
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. |
||
|---|---|---|
| .. | ||
| Null | ||
| Windows | ||
| Keyboard.cpp | ||
| Keyboard.h | ||
| KeyboardHandler.h | ||
| Mouse.cpp | ||
| Mouse.h | ||
| MouseHandler.h | ||
| Pad.cpp | ||
| Pad.h | ||
| PadHandler.h | ||