ws.gui.input

Undocumented in source.

Members

Classes

Keyboard
class Keyboard
Undocumented in source.
Mouse
class Mouse
Undocumented in source.

Functions

SendInput
uint SendInput(uint cInputs, INPUT* pInputs, int cbSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Manifest constants

Keys
enum Keys;
Undocumented in source.

Structs

HARDWAREINPUT
struct HARDWAREINPUT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INPUT
struct INPUT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
KEYBDINPUT
struct KEYBDINPUT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MOUSEINPUT
struct MOUSEINPUT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

INPUT_KEYBOARD
int INPUT_KEYBOARD;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
KEYEVENTF_KEYUP
int KEYEVENTF_KEYUP;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta