File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/isaac-typescript-definitions/src/enums Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export enum ButtonAction {
61
61
/** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
62
62
MUTE = 18 ,
63
63
64
- // Does not seem to trigger any input hooks while on keyboard.
64
+ /** Does not seem to trigger any input hooks while on keyboard. */
65
65
JOIN_MULTIPLAYER = 19 ,
66
66
67
67
/** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
@@ -70,19 +70,19 @@ export enum ButtonAction {
70
70
/** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
71
71
MENU_RIGHT = 21 ,
72
72
73
- // Does not seem to trigger any input hooks while on keyboard.
73
+ /** Does not seem to trigger any input hooks while on keyboard. */
74
74
MENU_UP = 22 ,
75
75
76
- // Does not seem to trigger any input hooks while on keyboard.
76
+ /** Does not seem to trigger any input hooks while on keyboard. */
77
77
MENU_DOWN = 23 ,
78
78
79
- // Does not seem to trigger any input hooks while on keyboard.
79
+ /** Does not seem to trigger any input hooks while on keyboard. */
80
80
MENU_LT = 24 ,
81
81
82
- // Does not seem to trigger any input hooks while on keyboard.
82
+ /** Does not seem to trigger any input hooks while on keyboard. */
83
83
MENU_RT = 25 ,
84
84
85
- // Does not seem to trigger any input hooks while on keyboard.
85
+ /** Does not seem to trigger any input hooks while on keyboard. */
86
86
MENU_TAB = 26 ,
87
87
88
88
/** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
You can’t perform that action at this time.
0 commit comments