2024-11-04
09:22 AM
- last edited on
2024-11-10
01:57 AM
by
Laszlo Nagy
If the user clicks the Window Tool, then a preview of the last selected library part is shown and the element can be inserted with a click. How can I check via the API by code, if this preview is actually shown or if the mouse arrow is shown?
2024-11-13 09:31 AM
Hi, You can monitor whether user switches to Window Tool by using ACAPI_Notification_CatchToolChange() command
and also, get the last selected window settings by ACAPI_Element_GetDefaults(), but I'm afraid you're not able to monitor the operation whether user moves the mouse on wall or not.
HTH.