aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/native/oscalls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/native/oscalls.cpp')
-rw-r--r--backends/platform/PalmOS/Src/native/oscalls.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/native/oscalls.cpp b/backends/platform/PalmOS/Src/native/oscalls.cpp
index 68cfb0eef5..9bfd01393f 100644
--- a/backends/platform/PalmOS/Src/native/oscalls.cpp
+++ b/backends/platform/PalmOS/Src/native/oscalls.cpp
@@ -47,6 +47,24 @@ PACE_CLASS_WRAPPER(Err)
PACE_PIN_EXEC(pinPINSetInputAreaState, Err)
}
+PACE_CLASS_WRAPPER(UInt16)
+ __68k_PINGetInputAreaState(void) {
+ PACE_PIN_EXEC_NP(pinPINGetInputAreaState, UInt16)
+}
+
+PACE_CLASS_WRAPPER(Err)
+ __68k_PINSetInputTriggerState(UInt16 state) {
+ PACE_PARAMS_INIT()
+ PACE_PARAMS_ADD16(state)
+ PACE_PARAMS_END()
+ PACE_PIN_EXEC(pinPINSetInputTriggerState, Err)
+}
+
+PACE_CLASS_WRAPPER(UInt16)
+ __68k_PINGetInputTriggerState(void) {
+ PACE_PIN_EXEC_NP(pinPINGetInputTriggerState, UInt16)
+}
+
PACE_CLASS_WRAPPER(Err)
__68k_SysSetOrientation(UInt16 orientation) {
PACE_PARAMS_INIT()