menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
InputSystem<T extends App<T>>
isKeyPressed method
isKeyPressed method
dark_mode
light_mode
isKeyPressed
method
bool
isKeyPressed
(
String
action
)
Implementation
bool isKeyPressed(String action) => _keyPressed[action] ?? false;
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
InputSystem<T extends App<T>>
isKeyPressed method
InputSystem class