Difference between revisions of "Manual"
From SolarStrike wiki
(New page: MicroMacro Online Manual {| class="wikitable" |- ! Header 1 ! Header 2 |- | Mouse Control | Keyboard Control | Process Functions | Memory Functions | Network Functions...) |
|||
Line 3: | Line 3: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | + | | [[Mouse Control]] | |
− | + | | Functions to control mouse movement and clicks | |
|- | |- | ||
− | |||
| [[Keyboard Control]] | | [[Keyboard Control]] | ||
+ | | Functions to control keyboard key presses and releases | ||
+ | |- | ||
| [[Process Functions]] | | [[Process Functions]] | ||
+ | | Functions to open, close, and find processes | ||
+ | |- | ||
| [[Memory Functions]] | | [[Memory Functions]] | ||
+ | | Functions for reading and writing of memory | ||
+ | |- | ||
| [[Network Functions]] | | [[Network Functions]] | ||
+ | | Functions for sending and receiving data over TCP/IP | ||
+ | |- | ||
| [[Timer Functions]] | | [[Timer Functions]] | ||
+ | | Timer-related functions | ||
+ | |- | ||
| [[Misc. Functions]] | | [[Misc. Functions]] | ||
+ | | Misc. functions | ||
+ | |- | ||
| [[Library]] | | [[Library]] | ||
+ | | Various library information | ||
+ | |- | ||
| | | | ||
+ | |- | ||
| [[Virtual Keys]] | | [[Virtual Keys]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| For use with keyboard related functions | | For use with keyboard related functions | ||
|} | |} |
Revision as of 10:02, 13 July 2008
MicroMacro Online Manual
Mouse Control | Functions to control mouse movement and clicks |
Keyboard Control | Functions to control keyboard key presses and releases |
Process Functions | Functions to open, close, and find processes |
Memory Functions | Functions for reading and writing of memory |
Network Functions | Functions for sending and receiving data over TCP/IP |
Timer Functions | Timer-related functions |
Misc. Functions | Misc. functions |
Library | Various library information |
Virtual Keys | For use with keyboard related functions |