Skip to content

Commit ac948ce

Browse files
authored
Fix documentation mistake (#154)
1 parent cb0c004 commit ac948ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib/src/core/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ impl RaylibHandle {
318318
unsafe { ffi::GetTouchPointCount() as u32 }
319319
}
320320

321-
/// Gets gesture hold time in milliseconds.
321+
/// Gets gesture hold time in seconds.
322322
#[inline]
323323
pub fn get_gesture_hold_duration(&self) -> f32 {
324324
unsafe { ffi::GetGestureHoldDuration() }

0 commit comments

Comments
 (0)