AcessNative - Mouse implimented, woot!
[tpg/acess2.git] / AcessNative / acesskernel_src / ui.h
index 80241da..3c43cc5 100644 (file)
@@ -20,5 +20,6 @@ extern void   UI_Redraw(void);
 
 typedef void (*tUI_KeybardCallback)(Uint32 Key);
 extern tUI_KeybardCallback     gUI_KeyboardCallback;
+extern void    Mouse_HandleEvent(Uint32 ButtonState, int *AxisDeltas, int *AxisValues);
 
 #endif

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