Updated to match the latest developer branch and modified according to feedback from review.

This commit is contained in:
faanskit 2021-05-05 19:02:10 +02:00
parent cbcd33fde6
commit 78e1616b4e
6 changed files with 14 additions and 17 deletions

View file

@ -280,6 +280,8 @@ export interface InputSetting {
export enum ButtonType {
PushButton = 'PushButton',
DirectionUp = 'DirectionUp',
DirectionDown = 'DirectionDown',
RotateMesh = 'RotateMesh',
Scene = 'Scene',
}