X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdccdfabb29bd51aded9aac141e1f7bbd6c85443..d2e66707deb10dea6f92e3e4092f8a43ef942a5d:/src/palmos/joystick.cpp diff --git a/src/palmos/joystick.cpp b/src/palmos/joystick.cpp index 01a44cd3e3..528e6dc408 100644 --- a/src/palmos/joystick.cpp +++ b/src/palmos/joystick.cpp @@ -35,6 +35,18 @@ wxPoint wxJoystick::GetPosition() const return wxPoint(0, 0); } +int wxJoystick::GetPosition(unsigned axis) const +{ + // TODO + return 0; +} + +bool wxJoystick::GetButtonState(unsigned id) const +{ + // TODO + return false; +} + int wxJoystick::GetZPosition() const { return 0;