C# Class Atspi.DeviceEventController

Afficher le fichier Open project: mono/at-spi-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Deregister ( KeystrokeListener listener ) : void
Deregister ( MouseListener listener ) : void
DeviceEventController ( ) : System
GenerateKeyboardEvent ( int keycode, string keystring, KeySynthType type ) : void
GenerateMouseEvent ( int x, int y, string eventName ) : void
NotifyListenersAsync ( DeviceEvent ev ) : void
NotifyListenersSync ( DeviceEvent ev ) : bool
Register ( KeystrokeListener listener ) : bool
Register ( MouseListener listener ) : bool
Terminate ( ) : void

Method Details

Deregister() public méthode

public Deregister ( KeystrokeListener listener ) : void
listener KeystrokeListener
Résultat void

Deregister() public méthode

public Deregister ( MouseListener listener ) : void
listener MouseListener
Résultat void

DeviceEventController() public méthode

public DeviceEventController ( ) : System
Résultat System

GenerateKeyboardEvent() public méthode

public GenerateKeyboardEvent ( int keycode, string keystring, KeySynthType type ) : void
keycode int
keystring string
type KeySynthType
Résultat void

GenerateMouseEvent() public méthode

public GenerateMouseEvent ( int x, int y, string eventName ) : void
x int
y int
eventName string
Résultat void

NotifyListenersAsync() public méthode

public NotifyListenersAsync ( DeviceEvent ev ) : void
ev DeviceEvent
Résultat void

NotifyListenersSync() public méthode

public NotifyListenersSync ( DeviceEvent ev ) : bool
ev DeviceEvent
Résultat bool

Register() public méthode

public Register ( KeystrokeListener listener ) : bool
listener KeystrokeListener
Résultat bool

Register() public méthode

public Register ( MouseListener listener ) : bool
listener MouseListener
Résultat bool

Terminate() public static méthode

public static Terminate ( ) : void
Résultat void