Display.getDoubleClickTime

Returns the longest duration, in milliseconds, between two mouse button clicks that will be considered a <em>double click</em> by the underlying operating system.

@return the double click time

@exception SWTException <ul> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> <li>ERROR_DEVICE_DISPOSED - if the receiver has been disposed</li> </ul>

class Display
int
getDoubleClickTime
(
)

Meta