menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
SetGesturesEnabled method
SetGesturesEnabled method
dark_mode
light_mode
SetGesturesEnabled
method
void
SetGesturesEnabled
(
int
flags
)
Implementation
void SetGesturesEnabled(int flags) { return _SetGesturesEnabled(flags); }
raylib_dartified package
documentation
core/raylib
RaylibCore
SetGesturesEnabled method
RaylibCore class