menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
IsGestureDetected method
IsGestureDetected method
dark_mode
light_mode
IsGestureDetected
method
bool
IsGestureDetected
(
int
gesture
)
Implementation
bool IsGestureDetected(int gesture) { return _IsGestureDetected(gesture); }
raylib_dartified package
documentation
core/raylib
RaylibCore
IsGestureDetected method
RaylibCore class