added a comment in getmousepos about the fact it doesn't know how to
handle in_client_mouse
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8287
d7cf8633-e32d-0410-b094-
e92efae38249
{
VM_SAFEPARMCOUNT(0,VM_getmousepos);
+ // FIXME: somehow this should involve in_client_mouse if this is menu progs
if (cl.csqc_wantsmousemove)
VectorSet(PRVM_G_VECTOR(OFS_RETURN), in_windowmouse_x * vid_conwidth.integer / vid.width, in_windowmouse_y * vid_conheight.integer / vid.height, 0);
else
qboolean isRagePro = false; // LordHavoc: the ATI Rage Pro has limitations with per pixel alpha (the color scaler does not apply to per pixel alpha images...), although not as bad as a G200.
// AK FIXME -> input_dest
-qboolean in_client_mouse = false;
+qboolean in_client_mouse = true;
// AK where should it be placed ?
float in_mouse_x, in_mouse_y;