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.
Arguments
Value Returned
Related Topics
Return to top