Small changes to double-click functions, add mouse location functions

This commit is contained in:
Bradlee Speice
2012-07-30 09:54:05 -04:00
parent 749788f733
commit ad3f4d6c5d
4 changed files with 65 additions and 20 deletions

View File

@ -1040,6 +1040,10 @@ cvaPoint xte_commandString ( Display *displayLocation, char *commandString, int
free(fileName);
}
else if (IS_CMD( s_commandString, "mouselocation" ))
{
resultPoint = xte_mouseLocation( displayLocation );
}
/* Note that we will return (-1,-1) implicitly
* if we don't recognize the argument */