menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibCore
IsKeyPressed method
IsKeyPressed method
dark_mode
light_mode
IsKeyPressed
method
bool
IsKeyPressed
(
int
key
)
Check if a key has been pressed once
Implementation
bool IsKeyPressed(int key) => _IsKeyPressed(key);
raylib_dartified package
documentation
core/raylib_dartified
RaylibCore
IsKeyPressed method
RaylibCore class