Skip to content

Commit

Permalink
Made gamepad nested classes actually nest in input.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
simsaens committed May 30, 2024
1 parent bb70aac commit 69b89bf
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/source/api/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,32 +239,32 @@ Gamepad
.. lua:attribute:: light: color
.. lua:class:: gamepad.button
.. lua:class:: button
.. lua:attribute:: pressing: boolean
.. lua:attribute:: pressing: boolean
.. lua:attribute:: pressed: boolean
.. lua:attribute:: pressed: boolean
.. lua:attribute:: released: boolean
.. lua:attribute:: released: boolean
.. lua:attribute:: value: number
.. lua:attribute:: value: number
.. lua:attribute:: touching: boolean
.. lua:attribute:: touching: boolean
.. lua:class:: gamepad.directionalPad
.. lua:class:: directionalPad
.. lua:attribute:: pressing: boolean
.. lua:attribute:: pressing: boolean
.. lua:attribute:: dir: vec2
.. lua:attribute:: dir: vec2
.. lua:attribute:: x: number
.. lua:attribute:: x: number
.. lua:attribute:: y: number
.. lua:attribute:: y: number
.. lua:attribute:: left: boolean
.. lua:attribute:: left: boolean
.. lua:attribute:: right: boolean
.. lua:attribute:: right: boolean
.. lua:attribute:: up: boolean
.. lua:attribute:: up: boolean
.. lua:attribute:: down: boolean
.. lua:attribute:: down: boolean

0 comments on commit 69b89bf

Please sign in to comment.