im pretty sure that there is not however you can check it this way:

Code:
...
while(mouse_left)
{
   wait(1);
}
//mouse is released here
...


Last edited by Denn15; 04/26/15 09:29.