Gpm_StrictTriple
Check whether event contains only a triple-click event.
Declaration
Source position: gpm.pp line 161
function Gpm_StrictTriple(EventType: LongInt) : Boolean;
Description
Gpm_StrictTriple returns true if EventType contains only a triple click event, False otherwise.
Errors
None.
See also
Name | Description |
---|---|
Gpm_AnyDouble | Check whether event has double click event. |
Gpm_AnySingle | Check whether event has a single click event. |
Gpm_AnyTriple | Check whether event has a triple click event. |
Gpm_StrictDouble | Check whether event contains only a double-click event. |
Gpm_StrictSingle | Check whether event contains only a single-click event. |