C# Class AcTools.Windows.Input.KeyboardManager

Inheritance: KeyboardListener
Show file Open project: gro-ove/actools

Public Methods

Method Description
KeyboardManager ( int delay = 20 ) : System
Press ( ) : void
SendWait ( ) : void
Unpress ( ) : void
UnpressAll ( ) : void

Protected Methods

Method Description
RaiseKeyDown ( int virtualKeyCode ) : bool
RaiseKeyUp ( int virtualKeyCode ) : bool

Method Details

KeyboardManager() public method

public KeyboardManager ( int delay = 20 ) : System
delay int
return System

Press() public method

public Press ( ) : void
return void

RaiseKeyDown() protected method

protected RaiseKeyDown ( int virtualKeyCode ) : bool
virtualKeyCode int
return bool

RaiseKeyUp() protected method

protected RaiseKeyUp ( int virtualKeyCode ) : bool
virtualKeyCode int
return bool

SendWait() public method

public SendWait ( ) : void
return void

Unpress() public method

public Unpress ( ) : void
return void

UnpressAll() public method

public UnpressAll ( ) : void
return void