STK UI PluginsSend comments on this topic.
KeyState Property (IAgUiPlugin3DMouseEventArgs)
See Also
Windows





Windows & Linux

Description

A bit mask containing the mouse and control key states (SHIFT, CONTROL, ALT).

Property type

Read-only property

Syntax

[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();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.