![]() |
PRooFPS-dd Dev Doc 1.0
PRooFPS-dd Developer Documentation
|
Functions | |
| void | keybdPress (BYTE bVk, unsigned long nSleepMillisecs) |
| void | keybdPressNoRelease (BYTE bVk) |
| void | keybdRelease (BYTE bVk) |
| void | mouseClick (unsigned long nSleepMillisecs) |
| void | mouseScroll (bool bForward) |
| void | mouseMoveRelative (DWORD dx, DWORD dy) |
| void | bringWindowToFront (HWND hTargetWindow) noexcept(false) |
| void input_sim_test::bringWindowToFront | ( | HWND | hTargetWindow | ) |
Definition at line 82 of file InputSim.cpp.
| void input_sim_test::keybdPress | ( | BYTE | bVk, |
| unsigned long | nSleepMillisecs ) |
Definition at line 15 of file InputSim.cpp.
| void input_sim_test::keybdPressNoRelease | ( | BYTE | bVk | ) |
Definition at line 22 of file InputSim.cpp.
| void input_sim_test::keybdRelease | ( | BYTE | bVk | ) |
Definition at line 27 of file InputSim.cpp.
| void input_sim_test::mouseClick | ( | unsigned long | nSleepMillisecs | ) |
Definition at line 32 of file InputSim.cpp.
| void input_sim_test::mouseMoveRelative | ( | DWORD | dx, |
| DWORD | dy ) |
Definition at line 56 of file InputSim.cpp.
| void input_sim_test::mouseScroll | ( | bool | bForward | ) |
Definition at line 39 of file InputSim.cpp.