Difference between revisions of "Manual"
From SolarStrike wiki
| Line 1: | Line 1: | ||
| − | MicroMacro Online Manual | + | '''MicroMacro 2.x Online Manual''' |
| + | |||
| + | {| class="wikitable" style="padding: 8px;" | ||
| + | |- | ||
| + | | style="width: 150px;" | [[Audio Module]] | ||
| + | | Load and play sounds with OpenAL. | ||
| + | |- | ||
| + | | [[Class Module]] | ||
| + | | Create classes with support for object inheritance. | ||
| + | |- | ||
| + | | [[Filesystem Module]] | ||
| + | | Functions for dealing with files and directories. | ||
| + | |- | ||
| + | | [[Gamepad Module]] | ||
| + | | Read input from gamepads and joysticks. | ||
| + | |- | ||
| + | | [[Global Addon]] | ||
| + | | Misc functions in global scope. | ||
| + | |- | ||
| + | | [[Key Module]] | ||
| + | | A table containing virtual key codes (for use with keyboard and mouse related functions). | ||
| + | |- | ||
| + | | [[Keyboard Module]] | ||
| + | | Read keyboard input or send synthetic key presses. | ||
| + | |- | ||
| + | | [[Log Module]] | ||
| + | | Functions for interfacing with the global log file. | ||
| + | |- | ||
| + | | [[Math Addon]] | ||
| + | | Additional math functions. | ||
| + | |- | ||
| + | | [[Mouse Module]] | ||
| + | | Read mouse input or send synthetic button presses & movement. | ||
| + | |- | ||
| + | | [[Ncurses Module]] | ||
| + | | Create Ncurses windows and display text in an advanced way. | ||
| + | |- | ||
| + | | [[Process Module]] | ||
| + | | Interface with other processes & their allocated memory. | ||
| + | |- | ||
| + | | [[String Addon]] | ||
| + | | Additional functions for working with text strings. | ||
| + | |- | ||
| + | | [[System Module]] | ||
| + | | Interfacing with the operating system. | ||
| + | |- | ||
| + | | [[Table Addon]] | ||
| + | | Additional functions for working with tables. | ||
| + | |- | ||
| + | | [[Timer Module]] | ||
| + | | Anything dealing with timing & time values. | ||
| + | |- | ||
| + | | [[Window Module]] | ||
| + | | Interface with other windows. | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | |||
| + | '''MicroMacro 1.x Online Manual''' | ||
{| class="wikitable" style="padding: 8px;" | {| class="wikitable" style="padding: 8px;" | ||
Revision as of 18:20, 29 May 2014
MicroMacro 2.x Online Manual
| Audio Module | Load and play sounds with OpenAL. |
| Class Module | Create classes with support for object inheritance. |
| Filesystem Module | Functions for dealing with files and directories. |
| Gamepad Module | Read input from gamepads and joysticks. |
| Global Addon | Misc functions in global scope. |
| Key Module | A table containing virtual key codes (for use with keyboard and mouse related functions). |
| Keyboard Module | Read keyboard input or send synthetic key presses. |
| Log Module | Functions for interfacing with the global log file. |
| Math Addon | Additional math functions. |
| Mouse Module | Read mouse input or send synthetic button presses & movement. |
| Ncurses Module | Create Ncurses windows and display text in an advanced way. |
| Process Module | Interface with other processes & their allocated memory. |
| String Addon | Additional functions for working with text strings. |
| System Module | Interfacing with the operating system. |
| Table Addon | Additional functions for working with tables. |
| Timer Module | Anything dealing with timing & time values. |
| Window Module | Interface with other windows. |
MicroMacro 1.x 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 |
| Filesystem Functions | Functions for working with files and directories |
| Timer Functions | Timer-related functions |
| Misc. Functions | Misc. functions |
| Sound Functions | Functions for loading and playing sounds |
| Library | Various library information |
| Modules | Information about the standard modules, and how to create your own. |
| Virtual Keys | For use with keyboard related functions |