menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibCore
GetTouchY method
GetTouchY method
dark_mode
light_mode
GetTouchY
method
int
GetTouchY
(
)
Get touch position Y for touch point 0 (relative to screen size)
Implementation
int GetTouchY() => _GetTouchY();
raylib_dartified package
documentation
core/raylib_dartified
RaylibCore
GetTouchY method
RaylibCore class