start controller client after attaching butotn
This commit is contained in:
Родитель
dbbd799bf4
Коммит
cd93b6d8db
|
@ -28,5 +28,6 @@ namespace jacdac {
|
|||
export function attachButtonToController(button: Button, controllerButton: JDControllerButton) {
|
||||
button.onEvent(ButtonEvent.Up, () => jacdac.controllerClient.setIsPressed(controllerButton, false));
|
||||
button.onEvent(ButtonEvent.Down, () => jacdac.controllerClient.setIsPressed(controllerButton, true));
|
||||
jacdac.controllerClient.start();
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче