schMouseApplyOrFinish
schMouseApplyOrFinish( ) => t / nil
Description
Adds a point and applies or finishes the active enter function command based on the setting of the modalCommands schematic environment variable. It is designed to be used for double-clicking with the left mouse button.
Arguments
Value Returned
|
A point is added and the active enter function command is applied or finished based on the setting of the |
|
Examples
Binds the left mouse button double-click action during schematic editor enter function commands to schMouseApplyOrFinish.
hiSetBindKey( "Schematics" "None<Btn1Down>(2) EF" "schMouseApplyOrFinish()" )
Return to top