Difference between revisions of "Manual"

From SolarStrike wiki
Jump to: navigation, search
(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"
 
|-
 
|-
! Header 1
+
| [[Mouse Control]]
! Header 2
+
| Functions to control mouse movement and clicks
 
|-
 
|-
| [[Mouse Control]]
 
 
| [[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]]
|-
 
| Functions to control mouse movement and clicks
 
| Functions to control keyboard key presses and releases
 
| Functions to open, close, and find processes
 
| Functions for reading and writing of memory
 
| Functions for sending and receiving data over TCP/IP
 
| Timer-related functions
 
| Misc. functions
 
| Various library information
 
|
 
 
| 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