Usermode/AxWin3 - SDL Edition of the WM, runs but no output
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / input_SDL.c
1 /*
2  * Acess2 GUI (AxWin3) WM
3  * - By John Hodge (thePowersGang)
4  *
5  * input_SDL.c
6  * - SDL build input translation
7  */
8 #include <SDL/SDL.h>
9
10 // === CODE ===
11 int Input_Init(void)
12 {
13         return 0;
14 }
15
16 void InputSDL_HandleMouseBtn(const SDL_Event *ev)
17 {
18         
19 }
20

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