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 {
6161 /** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
6262 MUTE = 18 ,
6363
64- // Does not seem to trigger any input hooks while on keyboard.
64+ /** Does not seem to trigger any input hooks while on keyboard. */
6565 JOIN_MULTIPLAYER = 19 ,
6666
6767 /** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
@@ -70,19 +70,19 @@ export enum ButtonAction {
7070 /** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
7171 MENU_RIGHT = 21 ,
7272
73- // Does not seem to trigger any input hooks while on keyboard.
73+ /** Does not seem to trigger any input hooks while on keyboard. */
7474 MENU_UP = 22 ,
7575
76- // Does not seem to trigger any input hooks while on keyboard.
76+ /** Does not seem to trigger any input hooks while on keyboard. */
7777 MENU_DOWN = 23 ,
7878
79- // Does not seem to trigger any input hooks while on keyboard.
79+ /** Does not seem to trigger any input hooks while on keyboard. */
8080 MENU_LT = 24 ,
8181
82- // Does not seem to trigger any input hooks while on keyboard.
82+ /** Does not seem to trigger any input hooks while on keyboard. */
8383 MENU_RT = 25 ,
8484
85- // Does not seem to trigger any input hooks while on keyboard.
85+ /** Does not seem to trigger any input hooks while on keyboard. */
8686 MENU_TAB = 26 ,
8787
8888 /** This only fires on `InputHook.IS_ACTION_TRIGGERED` (1). */
You can’t perform that action at this time.
0 commit comments