diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-07-21 17:54:43 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-07-21 23:17:16 -0400 |
| commit | 52482115e17875d0cc56197e79dfe612e2ed35e1 (patch) | |
| tree | 463a6103fb200246522814b64d5f7903d9789d0c /Source/Core/Common | |
| parent | e742b32c6540bfd83bbd5eefa318839a7d57d313 (diff) | |
Move in-game keybinding handling to a central location
Instead of handling it separately in every backend.
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index b197eb0ff5..9a1ebab8e9 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -143,7 +143,6 @@ enum HOST_COMM WM_USER_STOP = 10, WM_USER_CREATE, WM_USER_SETCURSOR, - WM_USER_KEYDOWN, }; // Used for notification on emulation state |
