This function gets the state of button.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_button_state_get( HIG_ARTX_BUTTON hMark, LPAT_BOOL lpbState ); |
Name | Type | Description |
---|---|---|
hMark | HIG_ARTX_BUTTON | Annotation handle. |
lpbState | LPAT_BOOL | Pointer to buffer for function result. |
Error count.
This function does not process image pixels.
A button has 2 states: pressed and not pressed. A TRUE value indicates the pressed state; and a FALSE value indicates the not pressed state.