Syntax
C++
C#
Visual Basic .NET
Parameters
MouseButton [in] This variable of the MouseButtonEnum type specifies the mouse button which is released. Flags [in] Indicates whether various virtual keys are down. This parameter can be any combination of the following values:- MK_CONTROL (0x0008), if Ctrl key is down.
- MK_LBUTTON (0x0001), if left mouse button is down.
- MK_MBUTTON (0x0010), if middle mouse button is down.
- MK_RBUTTON (0x0002), if right mouse button is down.
- MK_SHIFT (0x0004), if Shift key is down.
