#include <pads.h>
Public Methods | |
CPad (unsigned int port) | |
bool | Open (void) |
void | Read (void) |
bool | IsDown (unsigned int button) |
bool | IsUp (unsigned int button) |
bool | WasPushed (unsigned int button) |
bool | WasReleased (unsigned int button) |
float | RightStickX (void) |
float | RightStickY (void) |
float | LeftStickX (void) |
float | LeftStickY (void) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 109 of file pads.cpp. Referenced by Pads::Init().
|
|
Definition at line 116 of file pads.cpp. Referenced by Pads::Read().
|
|
|
|
|
|
Definition at line 225 of file pads.cpp. Referenced by Read().
|
|
|