ae.sys.windows.input

Windows input utility code.

Members

Functions

keyDown
void keyDown(ubyte c)

Simulate keyboard input.

keyDownOn
void keyDownOn(HWND h, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
keyUp
void keyUp(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
keyUpOn
void keyUpOn(HWND h, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
press
void press(ubyte c, uint delay)
Undocumented in source. Be warned that the author may not have intended to support it.
pressOn
void pressOn(HWND h, ubyte c, uint delay)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCopyData
void sendCopyData(HWND hWnd, DWORD n, const(void)[] buf)

Send WM_COPYDATA to the specified window.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>