![]() |
cmdfx 0.3.2
Lightweight game engine for your terminal
|
| NCmdFX | Primary namespace for CmdFX |
| CButton | A C++ wrapper around the CmdFX_Button struct |
| CScene | A C++ wrapper around a CmdFX_Scene struct |
| CSceneButtons | |
| CSprite | A C++ wrapper around a CmdFX_Sprite struct |
| CSpriteCostumes | A C++ wrapper around a CmdFX_SpriteCostumes struct |
| CSpriteMass | A C++ wrapper around a CmdFX_SpriteMass struct |
| CSpriteMotion | A C++ wrapper around a CmdFX_Sprite struct for motion-related functions |
| CSwitch | A C++ wrapper around the CmdFX_Button struct for switch buttons |
| CVector | A C++ wrapper around a CmdFX_Vector struct |
| CCmdFX_Button | Represents a CmdFX button |
| CCmdFX_ButtonEvent | Called when a button is clicked |
| CCmdFX_Event | The main event structure for CmdFX |
| CCmdFX_KeyEvent | The payload for the CMDFX_EVENT_KEY event |
| CCmdFX_MouseEvent | The payload for the CMDFX_EVENT_MOUSE event |
| CCmdFX_ResizeEvent | The payload for the CMDFX_EVENT_RESIZE event |
| CCmdFX_Scene | Represents a CmdFX Scene |
| CCmdFX_Sprite | Represents a sprite that can be drawn to the terminal |
| CCmdFX_SpriteCostumes | Represents the holder for sprite costumes |
| CCmdFX_Vector | A 2D Vector |