rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Crolmodl::mouse::detail::BaseState
 Crolmodl::BorderSizesWindow decoration (border) sizes snapshot
 Crolmodl::mouse::BtnState
 Crolmodl::mouse::Cursor
 Crolmodl::sys::DisplayDisplay information snapshot
 Crolmodl::sys::DisplayModeDisplay mode parameter plain old struct
 Cstd::exception [external]
 Crolmodl::win::FlagsWindow configuration (flags) container
 Crolmodl::ren::FlagsRenderer configuration (flags) container
 Crolmodl::FlipRendering flip configuration container
 Crolmodl::HatState
 Crolmodl::ren::InfoInformation about a rendering driver
 Crolmodl::Keysym
 Crolmodl::kb::key::Name
 Crolmodl::pixelfmt::PixelFmtStoragePixelFormat storage to avoid allocating a new instance for every use
 Crolmodl::geom::Posint point data type. The value is in pixels. Semantically different from rolmodl::geom::Size
 Crolmodl::geom::RectWHRectangle represented by its top left corner coordinates, width, and height
 Crolmodl::geom::RectXYRectangle represented by its top left corner coordinates and its bottom right corner coordinates
 Crolmodl::RenRenderer class that does not support rendering to texture. Use rolmodl::TexRen for rendering to texture support
 Crolmodl::RenScaleRendering scaling factors
 Crolmodl::RGBRGB color type. No alpha component
 Crolmodl::SDLStringContainer for SDL-owned strings that must be freed with SDL_free
 Crolmodl::geom::Sizeint dimensions data type. The value is in pixels. Semantically different from rolmodl::geom::Pos
 Crolmodl::kb::State
 Crolmodl::sys::pwr::StatusSystem power status snapshot
 Crolmodl::SWTex_Base
 Crolmodl::SWTex_RLELock
 Crolmodl::Tex
 Crolmodl::TexLock
 Crolmodl::TextureInfo
 Crolmodl::event::Timestamped
 Crolmodl::Win_BaseCommon window class. Use rolmodl::Win for use with accelerated rendering (rolmodl::Ren) and rolmodl::Win_SW for use with software rendering (rolmodl::SWTex)
 Crolmodl::event::WindowSpecific
 Crolmodl::geom::XYFloatsfloat point data type. Used by touch events
 Crolmodl::geom::XYInt32int32 point data type. The value is in pixels. Used by mouse events