Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyMap

Hierarchy

  • KeyMap

Index

Properties

Optional down

down: string[]

The keys that shall be used to move the viewing direction downwards. Each string represents a key combination, where different keys are separated by a space character, i.e. 'w', 'ArrowUp' or 'Alt F4'.

Optional left

left: string[]

The keys that shall be used to move the viewing direction leftwards. Each string represents a key combination, where different keys are separated by a space character, i.e. 'w', 'ArrowUp' or 'Alt F4'.

Optional right

right: string[]

The keys that shall be used to move the viewing direction rightwards. Each string represents a key combination, where different keys are separated by a space character, i.e. 'w', 'ArrowUp' or 'Alt F4'.

Optional rotateClockwise

rotateClockwise: string[]

The keys that shall be used to rotate the viewing direction clockwise. Each string represents a key combination, where different keys are separated by a space character, i.e. 'w', 'ArrowUp' or 'Alt F4'.

Optional rotateCounterclockwise

rotateCounterclockwise: string[]

The keys that shall be used to rotate the viewing direction counterclockwise. Each string represents a key combination, where different keys are separated by a space character, i.e. 'w', 'ArrowUp' or 'Alt F4'.

Optional up

up: string[]

The keys that shall be used to move the viewing direction upwards. Each string represents a key combination, where different keys are separated by a space character, i.e. 'w', 'ArrowUp' or 'Alt F4'.

Generated using TypeDoc