Skip to content

Commit 9717e5e

Browse files
authored
Update joystick.nim
1 parent e049d21 commit 9717e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl2/joystick.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ proc joystickGetAxis*(joystick: JoystickPtr, axis: cint): int16 {.
205205
## The axis indices start at index `0`.
206206

207207
proc getAxis*(joystick: JoystickPtr, axis: cint): int16 {.inline.} =
208-
## Get the current state of an aSDL_xis control on a joystick.
208+
## Get the current state of an axis control on a joystick.
209209
##
210210
## The state is a value ranging from `-32768` to `32767`.
211211
##

0 commit comments

Comments
 (0)