#include "TZR_globals.h" #include "TZR_render.h" void TZR_MouseGetPosition(int *x, int *y) { if (x != NULL) *x = ___tzr_mouse_x; if (y != NULL) *y = ___tzr_mouse_y; TZR_ScreenTransform(x, y); }