Skip to main content

Interface: KeyboardAxis2dBindingArgs

Defined in: input/keyboard/bindings/keyboard-axis2d-binding.ts:6

Arguments for constructing a KeyboardAxis2dBinding.

Properties

eastKeyCode

eastKeyCode: KeyCode

Defined in: input/keyboard/bindings/keyboard-axis2d-binding.ts:12

The key code associated with the east direction.


northKeyCode

northKeyCode: KeyCode

Defined in: input/keyboard/bindings/keyboard-axis2d-binding.ts:8

The key code associated with the north direction.


southKeyCode

southKeyCode: KeyCode

Defined in: input/keyboard/bindings/keyboard-axis2d-binding.ts:10

The key code associated with the south direction.


westKeyCode

westKeyCode: KeyCode

Defined in: input/keyboard/bindings/keyboard-axis2d-binding.ts:14

The key code associated with the west direction.