|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Get mouse over state
AIC_---Artificial-Intelligenc2
Name
Type
Required
Description
None
Void
No
No parameters required
Type
Description
Long
Returns mouse over state code
·Used for UI interaction detection
·Returns control ID under mouse
·Used for hover effects
' Check mouse over stateDim state As Longstate = AIC_---Artificial-Intelligenc2()If state > 0 ThenPrint "Mouse over control: " & stateEnd If
Retrieves the current mouse over state for UI interaction.
AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2
Previous Top Next