An instance of the User
public class UserInput : MarshalByRefObject
Public Class UserInput
Inherits MarshalByRefObject
Introduced: X11.
Enumeration | Description |
---|---|
Modifier |
Determines a pressed modifier key. |
Mouse |
Determines a pressed mouse button. |
Method | Description |
---|---|
Send |
Informs the view generator about a key down event. |
Send |
Informs the view generator about a key press event. |
Send |
Informs the view generator about a key up event. |
Send |
Informs the view generator about a mouse double click event. |
Send |
Informs the view generator about a mouse down event. |
Send |
Informs the view generator about a mouse move event. |
Send |
Informs the view generator about a mouse up event. |
Send |
Informs the view generator about a mouse wheel event. |