From bca55bdcaa7611dd66a0c026a258631d35e99a9f Mon Sep 17 00:00:00 2001 From: SpaghettDev <37266659+SpaghettDev@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:29:28 -0500 Subject: [PATCH] inconsistent tabbing my beloved --- .../robtop/keyboard_dispatcher/CCKeyboardDelegate.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/loader/include/Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDelegate.h b/loader/include/Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDelegate.h index d10a1b79a..75fe6bffc 100644 --- a/loader/include/Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDelegate.h +++ b/loader/include/Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDelegate.h @@ -6,12 +6,12 @@ NS_CC_BEGIN - /*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 + /*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 * @note RobTop Addition - */ + */ typedef enum { KEY_Unknown = -0x01,