Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -311,9 +311,7 @@ static long wxScanToKeyCode(event_t *event, bool translate)
|
||||
KEY (KB_padHome, WXK_NUMPAD_HOME)
|
||||
KEY (KB_padEnd, WXK_NUMPAD_END)
|
||||
KEY (KB_padPageUp, WXK_NUMPAD_PAGEUP)
|
||||
//KEY (KB_padPageUp, WXK_NUMPAD_PRIOR)
|
||||
KEY (KB_padPageDown, WXK_NUMPAD_PAGEDOWN)
|
||||
//KEY (KB_padPageDown, WXK_NUMPAD_NEXT)
|
||||
KEY (KB_1, '1')
|
||||
KEY (KB_2, '2')
|
||||
KEY (KB_3, '3')
|
||||
|
Reference in New Issue
Block a user