Usermode/AxWin3 - SDL Edition of the WM, runs but no output
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / input_SDL.c
diff --git a/Usermode/Applications/axwin3_src/WM/input_SDL.c b/Usermode/Applications/axwin3_src/WM/input_SDL.c
new file mode 100644 (file)
index 0000000..3c9c313
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * Acess2 GUI (AxWin3) WM
+ * - By John Hodge (thePowersGang)
+ *
+ * input_SDL.c
+ * - SDL build input translation
+ */
+#include <SDL/SDL.h>
+
+// === CODE ===
+int Input_Init(void)
+{
+       return 0;
+}
+
+void InputSDL_HandleMouseBtn(const SDL_Event *ev)
+{
+       
+}
+

UCC git Repository :: git.ucc.asn.au