extraShortcuts property

List<GameShortcut> extraShortcuts
final

Any extra shortcuts to add.

You can use extraShortcuts to add shortcuts which should be accessible from the keyboard but not the touch screen.

Implementation

final List<GameShortcut> extraShortcuts;