inpCreateController

Creates controller input handle for specified port/player. Takes port (controller port number 0-3, maps to player 1-4). Returns controller handle (positive integer on success, -1 on error).

Input

Parameters & Returns

Parameters

port Int

Returns

Int

Quick Summary

Creates controller input handle for specified port/player. Takes port (controller port number 0-3, maps to player 1-4). Returns controller handle (positive integer on success, -1 on error).

Technical Exegesis...

Creates controller input handle for specified port/player. Takes port (controller port number 0-3, maps to player 1-4). Returns controller handle (positive integer on success, -1 on error). Initializes controller input system for specified port, enabling button/stick queries and rumble control.

Example

Example.bam
; No example implemented yet