Lumino
ln::UIKeyEventArgs Class Reference

キーボードイベントの引数です。 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< UIKeyEventArgscreate (UIElement *sender, UIEventType type, Keys keyCode, ModifierKeys modifierKeys, Char charCode, bool caching=true)
 UIKeyEventArgs のインスタンスを作成します。
 

Detailed Description

キーボードイベントの引数です。


The documentation for this class was generated from the following file: