inpUpdateController

Updates controller input state from hardware. Takes controller (controller handle from inpCreateController, positive integer). Returns nothing.

Input

Parameters & Returns

Parameters

controller Int

Returns

Void

Quick Summary

Updates controller input state from hardware. Takes controller (controller handle from inpCreateController, positive integer). Returns nothing.

Technical Exegesis...

Updates controller input state from hardware. Takes controller (controller handle from inpCreateController, positive integer). Returns nothing. Polls XInput system for current controller state, updates internal button/stick history for input queries. Must be called each frame before querying controller input.

Example

Example.bam
; No example implemented yet