Tweak to comment.
This commit is contained in:
parent
1223e4c8ca
commit
79a59e596c
@ -94,7 +94,7 @@ public:
|
|||||||
KEY_Insert = 0xFF63, /* Insert, insert here */
|
KEY_Insert = 0xFF63, /* Insert, insert here */
|
||||||
KEY_Undo = 0xFF65, /* Undo, oops */
|
KEY_Undo = 0xFF65, /* Undo, oops */
|
||||||
KEY_Redo = 0xFF66, /* redo, again */
|
KEY_Redo = 0xFF66, /* redo, again */
|
||||||
KEY_Menu = 0xFF67,
|
KEY_Menu = 0xFF67, /* On Windows, this is VK_APPS, the context-menu key */
|
||||||
KEY_Find = 0xFF68, /* Find, search */
|
KEY_Find = 0xFF68, /* Find, search */
|
||||||
KEY_Cancel = 0xFF69, /* Cancel, stop, abort, exit */
|
KEY_Cancel = 0xFF69, /* Cancel, stop, abort, exit */
|
||||||
KEY_Help = 0xFF6A, /* Help */
|
KEY_Help = 0xFF6A, /* Help */
|
||||||
|
Loading…
Reference in New Issue
Block a user