Gets which of various virtual keys are down. This parameter can be any combination of the following values:
§ MK_ LBUTTON = 1
§ MK_ RBUTTON = 2
§ MK_ SHIFT = 4
§ MK_CONTROL = 8
§ MK_ MBUTTON = 16
JavaScript |
|
Flags |
C# |
|
uint Flags { get; } |
C++ |
|
HRESULT Flags([out, retval] unsigned long* pVal) |