Login Page - Create Account

Support Board


Date/Time: Wed, 22 Oct 2025 12:29:13 +0000



Post From: Detecting mouse events for a specific Text tool in ACSIL

[2025-10-17 08:15:59]
bozo_j - Posts: 30
For future readers with the same issue. The solution is not to use mouse events, but just to remember the initial coordinates of the Tool and then when it moves (i.e. when Sierra calls the function next time) compare the new coordinates of the tool retrieved with e.g. sc.GetUserDrawnDrawingByLineNumber, with the old coordinates and persist them with some simple logic around when to initialize the coordinates and when to persist them.