Enumerazione MouseButton (inked.h)
Specifica il pulsante del mouse premuto.
Sintassi
typedef enum MouseButton {
NO_BUTTON = 0,
LEFT_BUTTON = 0x1,
RIGHT_BUTTON = 0x2,
MIDDLE_BUTTON = 0x4
} ;
Costanti
NO_BUTTON Valore: 0 Valore predefinito. Non è stato premuto alcun pulsante del mouse. |
LEFT_BUTTON Valore: 0x1 È stato premuto il pulsante sinistro del mouse. |
RIGHT_BUTTON Valore: 0x2 È stato premuto il pulsante destro del mouse. |
MIDDLE_BUTTON Valore: 0x4 È stato premuto il pulsante centrale del mouse. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP Tablet PC Edition [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | inked.h |