menu
raylib_dartified package
documentation
core/modules/ffi/core/abbr.dart
IsKeyPressed function
IsKeyPressed function
dark_mode
light_mode
IsKeyPressed
function
bool
IsKeyPressed
(
int
key
)
See
RaylibCore.IsKeyPressed
.
Implementation
bool IsKeyPressed(int key) => _module.IsKeyPressed(key);
raylib_dartified package
documentation
core/modules/ffi/core/abbr
IsKeyPressed function
abbr library