|
Initialize the pad system. Call this once at the beginning, to initialize the pad system.
|
|
Read pad state. This should be called once per frame. After calling this function, the global variable hel_Pad holds the current states.
|
|
Reset the pad system. Call this to clear the pad states in the variable hel_Pad
|
|
Variable which holds the Pad states. After hel_PadReadState() has been called, the variable hel_Pad holds the recent pad states. Here is a little example program:
|