![]() |
Lumino
|
キーボードイベントの引数です。 More...
#include <UIEvents.hpp>
Inherits ln::UIEventArgs.
Public Member Functions | |
Keys | getKey () const |
キーコードを取得します。 | |
ModifierKeys | getModifierKeys () const |
修飾キーを取得します。 | |
Char | getCharCode () const |
TextInput イベントにより通知された場合、その文字コードを取得します。 | |
Static Public Member Functions | |
static Ref< UIKeyEventArgs > | create (UIElement *sender, UIEventType type, Keys keyCode, ModifierKeys modifierKeys, Char charCode, bool caching=true) |
UIKeyEventArgs のインスタンスを作成します。 | |
キーボードイベントの引数です。