C# Class KeyboardJedi.UI.KeyStateManager

Datei anzeigen Open project: royosherove/dotnet-keyjedi

Public Methods

Method Description
Input ( KeyboardEvents kEvents, Keys currentKey ) : void
KeyStateManager ( ) : System.Collections.Generic

Private Methods

Method Description
AreAllSystemKeysDown ( bool>.Dictionary states ) : bool
BuildKeyMessage ( bool>.Dictionary states, Keys key ) : string
InitializeConfigurableSpecialSingleKeys ( ) : void

Method Details

Input() public method

public Input ( KeyboardEvents kEvents, Keys currentKey ) : void
kEvents KeyboardEvents
currentKey Keys
return void

KeyStateManager() public method

public KeyStateManager ( ) : System.Collections.Generic
return System.Collections.Generic