Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

x_EFDelta

The EnterFunction draw-thru delta setting.

The value of x_EFdelta cannot be lower than the regular draw-thru delta. If the value is lower, it sets to the regular draw-thru delta

[ x_button ]

The mouse button that the EnterFunction delta is to be set for.

If the argument x_button is not specified, it is assumed to be for button 1. If a button value other than 1, 2 or 3 is specified no action is taken and a warning is issued.

Value Returned

t

EnterFunction draw-thru delta successfully set. Function always returns t.

Examples

hiSetEFDrawThruDelta( x_EFdelta [ x_button ] ) 
=> t

Related Topics

Window Functions

hiSetEFDrawThruDelta


Return to top
 ⠀
X