 
            This function is to pass mouse events to GUI action.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT IG_ARTX_action_mouse_move(
        HIG_ARTX_ACTION hAction,
        UINT nMessage,
        LPAT_POINT lpPoint,
        LPUINT lpnStatus
);
 | |
| Name | Type | Description | 
|---|---|---|
| hAction | HIG_ARTX_ACTION | Handle of GUI action. | 
| nMessage | UINT | Mouse event parameters. | 
| lpPoint | LPAT_POINT | Screen position of mouse event. | 
| lpnStatus | LPUINT | Pointer to storage for action state. | 
Error count.
This function does not process image pixels.
This function should be called when the user moves the mouse pointer.