A bit mask containing the mouse and control key states (SHIFT, CONTROL, ALT).
Read-only property
[Visual Basic .NET] |
---|
Public Property KeyState() As AgEUiPluginKeyMouseState |
[C#] |
---|
public AgEUiPluginKeyMouseState KeyState {get;} |
[Managed C++] |
---|
public: __property AgEUiPluginKeyMouseState get_KeyState(); |
[Unmanaged C++] |
---|
public: HRESULT get_KeyState( AgEUiPluginKeyMouseState * pRetVal ); |
[Java] |
---|
public AgEUiPluginKeyMouseState getKeyState(); |