We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9987d9 commit bca55bdCopy full SHA for bca55bd
loader/include/Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDelegate.h
@@ -6,12 +6,12 @@
6
7
NS_CC_BEGIN
8
9
- /*no clue if this is accurate.
10
- * https://github.com/cocos2d/cocos2d-x/blob/cocos2d-x-3.13/cocos/base/CCEventKeyboard.h#L48
11
- * https://github.com/reneklacan/cocos2d-x/wiki/Keyboard-keycodes-enum
12
- * not sure which one is which
+ /*no clue if this is accurate.
+ * https://github.com/cocos2d/cocos2d-x/blob/cocos2d-x-3.13/cocos/base/CCEventKeyboard.h#L48
+ * https://github.com/reneklacan/cocos2d-x/wiki/Keyboard-keycodes-enum
+ * not sure which one is which
13
* @note RobTop Addition
14
- */
+ */
15
typedef enum
16
{
17
KEY_Unknown = -0x01,
0 commit comments