Difference between revisions of "Padscore.rpl"
Jump to navigation
Jump to search
Marionumber1 (talk | contribs) (Created stub page, added WPADRead()) |
Marionumber1 (talk | contribs) (padscore.rpl is likely optional for the application) |
||
Line 1: | Line 1: | ||
− | This library handles communication with controllers other than the Gamepad. It includes functions for the Wii Remote (WPAD), the Wii Balance Board (WBC), and a higher-level abstraction (KPAD). | + | This library handles communication with controllers other than the Gamepad. It includes functions for the Wii Remote (WPAD), the Wii Balance Board (WBC), and a higher-level abstraction (KPAD). Unlike [[vpad.rpl]] for the Gamepad, this library appears to be optional, being loaded much closer to the application binary. |
==Functions== | ==Functions== |
Revision as of 17:47, 5 April 2015
This library handles communication with controllers other than the Gamepad. It includes functions for the Wii Remote (WPAD), the Wii Balance Board (WBC), and a higher-level abstraction (KPAD). Unlike vpad.rpl for the Gamepad, this library appears to be optional, being loaded much closer to the application binary.
Functions
Wii Remote
Name | Prototype | Description |
---|---|---|
WPADRead | int WPADRead(int chan, void *buffer); | Stores raw controller data for the specified Wii Remote in buffer |
Structures
Wii Remote Data
Can be gotten using WPADRead().