Skip to main content

Interface: Epic2KeyboardEvents

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:106

Non-ASCII Keyboard events.

Properties

epic2_keyboard_char

epic2_keyboard_char: string

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:120

A key press event. The value is the key the character that was entered.


epic2_keyboard_clear

epic2_keyboard_clear: unknown

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:108

Clear the selected field entirely.


epic2_keyboard_cursor_left

epic2_keyboard_cursor_left: unknown

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:110

Move the cursor left 1 char.


epic2_keyboard_cursor_right

epic2_keyboard_cursor_right: unknown

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:112

Move the cursor right 1 char.


epic2_keyboard_delete

epic2_keyboard_delete: unknown

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:114

Delete the last entered character (like backspace on a normal keyboard).


epic2_keyboard_enter

epic2_keyboard_enter: unknown

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:116

Confirm the input.


epic2_keyboard_plusminus

epic2_keyboard_plusminus: unknown

Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2DuControlEvents.ts:118

Toggle the sign of the input.