keyboard property

Access the keyboard instance of the owner SceneController, Only available when SceneConfig.useKeyboard is true.

Implementation

KeyboardManager? get keyboard {
  return scene.core.keyboard;
}