EVENT PROCESSINPUT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
mNo edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
EVENT_PROCESSINPUT is a [[EDuke32_event_list|Game Event]].
This [[event]] is called when the game processes input from the player. It can be used with [[getinput]] to check for particular button presses.
This [[event]] is called when the game processes input from the player. It can be used with [[getinput]] to check for particular button presses.


[[Category:Events]]
[[Category:Events]]

Revision as of 12:08, 3 May 2009

EVENT_PROCESSINPUT is a Game Event.

This event is called when the game processes input from the player. It can be used with getinput to check for particular button presses.