C# Class BlisterUI.Input.KeyboardEventDispatcher

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method 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

Method Description
DoCopyThread ( ) : void
DoPasteThread ( ) : void
GetKeyState ( int keyCode ) : short
KeyboardEventDispatcher ( ) : System

Method Details

EventInput_CharEntered() public static method

public static EventInput_CharEntered ( object sender, char c, int lParam ) : void
sender object
c char
lParam int
return void

EventInput_KeyDown() public static method

public static EventInput_KeyDown ( object sender, Keys key ) : void
sender object
key Keys
return void

EventInput_KeyUp() public static method

public static EventInput_KeyUp ( object sender, Keys key ) : void
sender object
key Keys
return void

GetCurrentModifiers() public static method

public static GetCurrentModifiers ( ) : ModifierList
return ModifierList

GetNewClipboard() public static method

public static GetNewClipboard ( ) : string
return string

RefreshModfiers() public static method

public static RefreshModfiers ( ) : void
return void

SetToClipboard() public static method

public static SetToClipboard ( string s ) : void
s string
return void