Type Alias: Epic2TscKeyboardEvents
Epic2TscKeyboardEvents =
object
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:2
Events related to Epic 2 TSC keyboard events
Properties
input_field_cursor_pos
input_field_cursor_pos:
number
|null
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:6
The current cursor position inside the currently active InputField
.
input_field_input
input_field_input:
string
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:4
The input from the physical keyboard meant to send to TSC pop-up keyboard scratchpad.
tsc_keyboard_active_input_id
tsc_keyboard_active_input_id:
string
|undefined
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:10
The unique ID of the currently active InputBox
element.
tsc_keyboard_force_blur
tsc_keyboard_force_blur:
undefined
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:14
Forces the currently active InputBox
to blur.
tsc_keyboard_header
tsc_keyboard_header:
string
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:12
The keyboard header string.
tsc_keyboard_max_chars
tsc_keyboard_max_chars:
number
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:16
The maximum number of characters allowed by the TSC keyboard to be entered in an InputBox
.
tsc_keyboard_next
tsc_keyboard_next:
undefined
Defined in: workingtitle-instruments-epic2/shared/Misc/Epic2CockpitEvents.ts:8
Move the cursor focus from the currently active InputField
to the next.