hiGetEFDrawThruDelta
hiGetEFDrawThruDelta()
=> DrawThruDeltas / nil
Description
Returns the list of EnterFunction draw-thru deltas for the three mouse buttons.
The default return value is (500 10 10, if the default values have not been changed using hiSetEFDrawThruDelta.
Arguments
Value Returned
|
List of EnterFunction draw-thru deltas for mouse buttons (x3). |
|
Example
hiGetEFDrawThruDelta() =>
(x_button1EFdelta x_button2EFdelta x_button3EFdelta)
Related Topics
Return to top