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.
Specifies which mouse button was pressed.
Syntax
typedef enum InkMouseButton {
IMF_Left = 1,
IMF_Right = 2,
IMF_Middle = 4
} ;
Constants
IMF_LeftValue: 1 The left mouse button was pressed. |
IMF_RightValue: 2 The right mouse button was pressed. |
IMF_MiddleValue: 4 The middle mouse button was pressed. |
Remarks
In C++, explicit casting is required when trying to set more than one flag at a time. A compilation error occurs if explicit casting is not used.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | msinkaut.h |
See also
MouseDown Event [InkPicture Control]
MouseMove Event [InkPicture Control]