Programming Guide |
Gets the system time of the last mouse click
double sm_mus_time(void);
C only
- The system time in milliseconds.
sm_mus_time
reports the number of milliseconds that elapsed since an unspecified time. You can compare this value to the value reported on previous or subsequent mouse clicks—for example, to determine whether two successive mouse clicks should be interpreted as a double mouse click.