cmdfx 0.3.0
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NCmdFXPrimary namespace for CmdFX
 CButtonA C++ wrapper around the CmdFX_Button struct
 CSceneA C++ wrapper around a CmdFX_Scene struct
 CSceneButtons
 CSpriteA C++ wrapper around a CmdFX_Sprite struct
 CSpriteCostumesA C++ wrapper around a CmdFX_SpriteCostumes struct
 CSpriteMassA C++ wrapper around a CmdFX_SpriteMass struct
 CSpriteMotionA C++ wrapper around a CmdFX_Sprite struct for motion-related functions
 CSwitchA C++ wrapper around the CmdFX_Button struct for switch buttons
 CVectorA C++ wrapper around a CmdFX_Vector struct
 CCmdFX_ButtonRepresents a CmdFX button
 CCmdFX_ButtonEventCalled when a button is clicked
 CCmdFX_EventThe main event structure for CmdFX
 CCmdFX_KeyEventThe payload for the CMDFX_EVENT_KEY event
 CCmdFX_MouseEventThe payload for the CMDFX_EVENT_MOUSE event
 CCmdFX_ResizeEventThe payload for the CMDFX_EVENT_RESIZE event
 CCmdFX_SceneRepresents a CmdFX Scene
 CCmdFX_SpriteRepresents a sprite that can be drawn to the terminal
 CCmdFX_SpriteCostumesRepresents the holder for sprite costumes
 CCmdFX_VectorA 2D Vector