kCADEventPhaseDuring
Double-clicking on an object triggers a kCADEventIDObjDoubleClick event.
Handling this event is left to the application, there is no default action.
| IO | Parameter | Type | Description
|
| in | theCADArea | longint | Area ID
|
| in | theEventID | longint | kCADEventIDObjDoubleClick
|
| in | theEventPhase | longint | kCADEventPhaseDuring
|
| in | theEventData1 | longint | Object ID double-clicked on
|
| in | theEventData2 | longint | Mode on the Mode palette (without the effect of modifiers keys), a mode constant
|
| in | theEventData3 | longint | Object count in kCADScopeSelectedObjects
|
| in | theEventData4 | longint | 0
|
| in | theMouseX | real | Mouse X-coordinate,
|
| in | theMouseY | real | Mouse Y-coordinate,
|
| in | theEventValue1 | real | 0.0
|
| in | theEventValue2 | real | 0.0
|
| in | theKeyAsciiValue | integer | 0
|
| in | theModifiers | longint | Sum of pressed modifier keys, a mask of modifier key constants
|
| in | theTickCount | longint | Tick count of the system software (a tick is a 1/60th of a second)
|
| in/out | theEventResult | longint | Don’t change.
|