Skip to content

Commit 152a69e

Browse files
committed
docs: non-working button actions
1 parent fcd77e5 commit 152a69e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/isaac-typescript-definitions/src/enums/ButtonAction.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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). */

0 commit comments

Comments
 (0)