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

hiLogDragEvents

hiLogDragEvents(
g_logDragEvents
g_logAllDragEvents
)
=> t

Description

Starts logging drag events (mouse movements in a graphics window while an enter function is active) in the log file so that they can be replayed later.

After you call this function with the g_logDragEvents argument set to t, all drag events are logged. When you replay the log file, the drag callbacks are replayed.

Stroke points are not logged.

Arguments

g_logDragEvents

Turns on the logging of drag events. When set to nil, it turns off the logging of drag events.

g_logAllDragEvents

Logs all drag events, including those drag events that resolve to the same point. When set to nil, it does not log all drag events.

Value Returned

t

The function was successful.

Related Topics

Log File Functions


Return to top
 ⠀
X