Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies a change in the state of a button associated with a pointer.
Syntax
typedef enum tagPOINTER_BUTTON_CHANGE_TYPE {
POINTER_CHANGE_NONE,
POINTER_CHANGE_FIRSTBUTTON_DOWN,
POINTER_CHANGE_FIRSTBUTTON_UP,
POINTER_CHANGE_SECONDBUTTON_DOWN,
POINTER_CHANGE_SECONDBUTTON_UP,
POINTER_CHANGE_THIRDBUTTON_DOWN,
POINTER_CHANGE_THIRDBUTTON_UP,
POINTER_CHANGE_FOURTHBUTTON_DOWN,
POINTER_CHANGE_FOURTHBUTTON_UP,
POINTER_CHANGE_FIFTHBUTTON_DOWN,
POINTER_CHANGE_FIFTHBUTTON_UP
} POINTER_BUTTON_CHANGE_TYPE;
Constants
POINTER_CHANGE_NONENo change in button state. |
POINTER_CHANGE_FIRSTBUTTON_DOWNThe first button (see POINTER_FLAG_FIRSTBUTTON) transitioned to a pressed state. |
POINTER_CHANGE_FIRSTBUTTON_UPThe first button (see POINTER_FLAG_FIRSTBUTTON) transitioned to a released state. |
POINTER_CHANGE_SECONDBUTTON_DOWNThe second button (see POINTER_FLAG_SECONDBUTTON) transitioned to a pressed state. |
POINTER_CHANGE_SECONDBUTTON_UPThe second button (see POINTER_FLAG_SECONDBUTTON) transitioned to a released state. |
POINTER_CHANGE_THIRDBUTTON_DOWNThe third button (see POINTER_FLAG_THIRDBUTTON) transitioned to a pressed state. |
POINTER_CHANGE_THIRDBUTTON_UPThe third button (see POINTER_FLAG_THIRDBUTTON) transitioned to a released state. |
POINTER_CHANGE_FOURTHBUTTON_DOWNThe fourth button (see POINTER_FLAG_FOURTHBUTTON) transitioned to a pressed state. |
POINTER_CHANGE_FOURTHBUTTON_UPThe fourth button (see POINTER_FLAG_FOURTHBUTTON) transitioned to a released state. |
POINTER_CHANGE_FIFTHBUTTON_DOWNThe fifth button (see POINTER_FLAG_FIFTHBUTTON) transitioned to a pressed state. |
POINTER_CHANGE_FIFTHBUTTON_UPThe fifth button (see POINTER_FLAG_FIFTHBUTTON) transitioned to a released state. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | winuser.h |