Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Jan 14, 2019
1 parent 566357f commit a4fe9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ExtendingByAPI/implementPlayerExtension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ InputStates Class Usage
_______________________

InputStates is a thin wrapper around SDL2 input events. It has 4 main methods that can be used:

#. getInputStatus: Allows checking if a key is down or up, for keys used by engine. 3 buttons of mouse is included.
#. getInputEvents: Allows if a key state changed in last frame, for keys used by engine. 3 buttons of mouse is included.
#. getRawKeyStates: Allows to check all key states for current frame.
Expand Down

0 comments on commit a4fe9af

Please sign in to comment.