Usermode/axwin2 - Added full mouse/cursor support (no input yet though :)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / common.h
index 2d92cb5..b00d697 100644 (file)
@@ -92,6 +92,7 @@ extern tApplication   *AxWin_GetClient(tIPC_Type *Method, void *Ident);
 extern tElement        *AxWin_CreateAppWindow(tApplication *App, const char *Name);
 // --- Video ---
 extern void    Video_Setup(void);
+extern void    Video_SetCursorPos(short X, short Y);
 extern void    Video_Update(void);
 extern void    Video_FillRect(short X, short Y, short W, short H, uint32_t Color);
 extern void    Video_DrawRect(short X, short Y, short W, short H, uint32_t Color);

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