X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Facesskernel_src%2Fui.h;h=3c43cc57ab647128bad9ddb41dfa1e257ad0315d;hb=b7a55f71ed629d076996e2373da0b32e9c61925e;hp=80241daf468e78a17daefd4577e8d6ece35f2deb;hpb=6bcb63ea0505129d32b249772b554b0848bb5612;p=tpg%2Facess2.git diff --git a/AcessNative/acesskernel_src/ui.h b/AcessNative/acesskernel_src/ui.h index 80241daf..3c43cc57 100644 --- a/AcessNative/acesskernel_src/ui.h +++ b/AcessNative/acesskernel_src/ui.h @@ -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