aboutsummaryrefslogtreecommitdiff
path: root/code/pnd/pnd_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/pnd/pnd_event.h')
-rwxr-xr-xcode/pnd/pnd_event.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/code/pnd/pnd_event.h b/code/pnd/pnd_event.h
new file mode 100755
index 0000000..6f19cb1
--- /dev/null
+++ b/code/pnd/pnd_event.h
@@ -0,0 +1,12 @@
+#ifndef PND_EVENT_H
+#define PND_EVENT_H
+
+void PND_Setup_Controls( void );
+void PND_Close_Controls( void );
+
+void PND_SendAllEvents( void );
+void PND_SendKeyEvents( void );
+void PND_SendRelEvents( void );
+void PND_SendAbsEvents( void );
+
+#endif