projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use shared pointers throughout when managing history with the ie backend, simplifying...
[wxWidgets.git]
/
src
/
palmos
/
joystick.cpp
diff --git
a/src/palmos/joystick.cpp
b/src/palmos/joystick.cpp
index 01a44cd3e3c20f7dc97b6b3f49dc92911d71b625..528e6dc40852a2b364e487106a1a63e96a20cc81 100644
(file)
--- 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;