C# Class DistributedDesktop.UserIODelegate

Inheritance: IUserIOChannel
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
AddDelegate ( IUserIOChannel aChannel ) : void
HideCursor ( ) : void
KeyboardActivity ( Object sender, KeyboardActivityArgs kbda ) : IntPtr
MouseActivity ( Object sender, MouseActivityArgs ma ) : void
MoveCursor ( int x, int y ) : void
ShowCursor ( ) : void

Method Details

AddDelegate() public method

public AddDelegate ( IUserIOChannel aChannel ) : void
aChannel IUserIOChannel
return void

HideCursor() public method

public HideCursor ( ) : void
return void

KeyboardActivity() public method

public KeyboardActivity ( Object sender, KeyboardActivityArgs kbda ) : IntPtr
sender Object
kbda NewTOAPIA.UI.KeyboardActivityArgs
return System.IntPtr

MouseActivity() public method

public MouseActivity ( Object sender, MouseActivityArgs ma ) : void
sender Object
ma NewTOAPIA.UI.MouseActivityArgs
return void

MoveCursor() public method

public MoveCursor ( int x, int y ) : void
x int
y int
return void

ShowCursor() public method

public ShowCursor ( ) : void
return void