hiSetEFDrawThruDelta
hiSetEFDrawThruDelta(
x_EFdelta
[x_button ]
)
=> t
Description
Sets the Enter Function draw-thru delta.
An EnterFunction draw-thru delta is measured as being the minimum distance that the mouse must move, with the mouse button held down, to be interpreted as a draw-thru (if the button is released before the double-click time has expired and an enterfunction is currently active in that window). This can be set for each of the three mouse buttons.
Arguments
Value Returned
|
EnterFunction draw-thru delta successfully set. Function always returns t. |
Examples
hiSetEFDrawThruDelta( x_EFdelta [ x_button ] )
=> t
Related Topics
Return to top