C# 클래스 Atspi.DeviceEventController

파일 보기 프로젝트 열기: mono/at-spi-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Deregister() 공개 메소드

public Deregister ( KeystrokeListener listener ) : void
listener KeystrokeListener
리턴 void

Deregister() 공개 메소드

public Deregister ( MouseListener listener ) : void
listener MouseListener
리턴 void

DeviceEventController() 공개 메소드

public DeviceEventController ( ) : System
리턴 System

GenerateKeyboardEvent() 공개 메소드

public GenerateKeyboardEvent ( int keycode, string keystring, KeySynthType type ) : void
keycode int
keystring string
type KeySynthType
리턴 void

GenerateMouseEvent() 공개 메소드

public GenerateMouseEvent ( int x, int y, string eventName ) : void
x int
y int
eventName string
리턴 void

NotifyListenersAsync() 공개 메소드

public NotifyListenersAsync ( DeviceEvent ev ) : void
ev DeviceEvent
리턴 void

NotifyListenersSync() 공개 메소드

public NotifyListenersSync ( DeviceEvent ev ) : bool
ev DeviceEvent
리턴 bool

Register() 공개 메소드

public Register ( KeystrokeListener listener ) : bool
listener KeystrokeListener
리턴 bool

Register() 공개 메소드

public Register ( MouseListener listener ) : bool
listener MouseListener
리턴 bool

Terminate() 공개 정적인 메소드

public static Terminate ( ) : void
리턴 void