C# Class BlisterUI.Input.KeyboardEventDispatcher

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Méthode Description
EventInput_CharEntered ( object sender, char c, int lParam ) : void
EventInput_KeyDown ( object sender, Keys key ) : void
EventInput_KeyUp ( object sender, Keys key ) : void
GetCurrentModifiers ( ) : ModifierList
GetNewClipboard ( ) : string
RefreshModfiers ( ) : void
SetToClipboard ( string s ) : void

Private Methods

Méthode Description
DoCopyThread ( ) : void
DoPasteThread ( ) : void
GetKeyState ( int keyCode ) : short
KeyboardEventDispatcher ( ) : System

Method Details

EventInput_CharEntered() public static méthode

public static EventInput_CharEntered ( object sender, char c, int lParam ) : void
sender object
c char
lParam int
Résultat void

EventInput_KeyDown() public static méthode

public static EventInput_KeyDown ( object sender, Keys key ) : void
sender object
key Keys
Résultat void

EventInput_KeyUp() public static méthode

public static EventInput_KeyUp ( object sender, Keys key ) : void
sender object
key Keys
Résultat void

GetCurrentModifiers() public static méthode

public static GetCurrentModifiers ( ) : ModifierList
Résultat ModifierList

GetNewClipboard() public static méthode

public static GetNewClipboard ( ) : string
Résultat string

RefreshModfiers() public static méthode

public static RefreshModfiers ( ) : void
Résultat void

SetToClipboard() public static méthode

public static SetToClipboard ( string s ) : void
s string
Résultat void