Plutonium framework API  0.3
Simple UI framework for libnx and SDL2
pu::sdl2 Namespace Reference

Typedefs

using Texture = SDL_Texture *
 
using Window = SDL_Window *
 
using Renderer = SDL_Renderer *
 
using Font = TTF_Font *
 
using Surface = SDL_Surface *
 

Typedef Documentation

using pu::sdl2::Font = typedef TTF_Font*
using pu::sdl2::Renderer = typedef SDL_Renderer*
using pu::sdl2::Surface = typedef SDL_Surface*
using pu::sdl2::Texture = typedef SDL_Texture*
using pu::sdl2::Window = typedef SDL_Window*