X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fkern%2Fpsaux.h;fp=src%2Fkern%2Fpsaux.h;h=9c4c265f4fba5e4579a663fc64aec4fddb78932e;hb=66cfc3e189df8362aa77f7a2f3e2495bf00ab2c3;hp=7acc3f663b9d190fdd0f7515d7fee45c07707820;hpb=70b4c962ac14a78bc42ed9e473a10f9d854a887a;p=metatoy diff --git a/src/kern/psaux.h b/src/kern/psaux.h index 7acc3f6..9c4c265 100644 --- a/src/kern/psaux.h +++ b/src/kern/psaux.h @@ -26,6 +26,7 @@ void init_psaux(void); int have_mouse(void); +void set_mouse_pos(int x, int y); void set_mouse_bounds(int x0, int y0, int x1, int y1); unsigned int mouse_state(int *xp, int *yp);