C# Class DistributedDesktop.UserIODelegate

Inheritance: IUserIOChannel
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

public AddDelegate ( IUserIOChannel aChannel ) : void
aChannel IUserIOChannel
Résultat void

HideCursor() public méthode

public HideCursor ( ) : void
Résultat void

KeyboardActivity() public méthode

public KeyboardActivity ( Object sender, KeyboardActivityArgs kbda ) : IntPtr
sender Object
kbda NewTOAPIA.UI.KeyboardActivityArgs
Résultat System.IntPtr

MouseActivity() public méthode

public MouseActivity ( Object sender, MouseActivityArgs ma ) : void
sender Object
ma NewTOAPIA.UI.MouseActivityArgs
Résultat void

MoveCursor() public méthode

public MoveCursor ( int x, int y ) : void
x int
y int
Résultat void

ShowCursor() public méthode

public ShowCursor ( ) : void
Résultat void