Collaboration diagram for Command Line Interface:
|
bb5/console directory.
More...Classes | |
| class | Input |
| Hold keyboard and mouse state.
* For mouse absolute position and delta motion, this should be obvious. * For mouse button, use constants SDL_BUTTON_LEFT, ..., see SDL_MouseButtonEvent(5). * For keyboard, two informations are available. Keys currently pressed, and keys being pressed since the last updat.e occured. Access key using ascii character, eg: if (key_['b']) {...} * For keyboard modifier, use class convenience function. More... | |
| class | CmdLineInterface |
| A stupid command line based client. More... | |
bb5/console directory.
1.4.7