Function rust_raylib::ffi::GetTouchPosition
source · pub unsafe extern "C" fn GetTouchPosition(index: c_int) -> Vector2
Expand description
Get touch position XY for a touch point index (relative to screen size)
pub unsafe extern "C" fn GetTouchPosition(index: c_int) -> Vector2
Get touch position XY for a touch point index (relative to screen size)