mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 19:41:52 +01:00
6 lines
108 B
C
6 lines
108 B
C
// vpad/input.h
|
|
EXPORT(VPADInit);
|
|
EXPORT(VPADShutdown);
|
|
EXPORT(VPADRead);
|
|
EXPORT(VPADGetTPCalibratedPoint);
|