메소드 | 설명 | |
---|---|---|
MessageKeyboard ( RemoteWindow window ) : System | ||
Press ( Keys key ) : void |
Presses the specified virtual key to the window.
|
|
Release ( Keys key ) : void |
Releases the specified virtual key to the window.
|
|
Write ( char character ) : void |
Writes the specified character to the window.
|
메소드 | 설명 | |
---|---|---|
MakeKeyParameter ( Keys key, bool keyUp ) : |
Makes the lParam for a key depending on several settings.
|
|
MakeKeyParameter ( Keys key, bool keyUp, bool fRepeat, uint cRepeat, bool altDown, bool fExtended ) : |
Makes the lParam for a key depending on several settings. KeyDown resources: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646280%28v=vs.85%29.aspx KeyUp resources: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646281%28v=vs.85%29.aspx |
public MessageKeyboard ( RemoteWindow window ) : System | ||
window | RemoteWindow | |
리턴 | System |
public Write ( char character ) : void | ||
character | char | The character to write. |
리턴 | void |