SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::Cursor Member List

This is the complete list of members for SDL::Cursor, including all inherited members.

Cursor(SDL_Cursor *resource={})SDL::Cursorinlineexplicit
Cursor(const Cursor &other)=delete (defined in SDL::Cursor)SDL::Cursor
Cursor(Cursor &&other)=defaultSDL::Cursor
CursorBase(const Uint8 *data, const Uint8 *mask, int w, int h, int hot_x, int hot_y)SDL::CursorRefinline
CursorBase(SurfaceBase &surface, int hot_x, int hot_y)SDL::CursorRefinline
CursorBase(SystemCursor id)SDL::CursorRefinline
CursorRef(const CursorRef &other)SDL::Cursorinline
CursorRef(CursorRef &&other)SDL::Cursorinline
get() constSDL::Resource< SDL_Cursor * >inline
operator bool() constSDL::Resource< SDL_Cursor * >inlineexplicit
operator->() constSDL::Resource< SDL_Cursor * >inline
operator->()SDL::Resource< SDL_Cursor * >inline
operator=(Cursor other)SDL::Cursorinline
SDL::CursorRef::operator=(CursorRef other)SDL::CursorRefinline
operator==(const Resource &other) const=defaultSDL::Resource< SDL_Cursor * >
operator==(std::nullopt_t) constSDL::Resource< SDL_Cursor * >inline
operator==(std::nullptr_t) constSDL::Resource< SDL_Cursor * >inline
release(SDL_Cursor * newResource={})SDL::Resource< SDL_Cursor * >inline
reset(SDL_Cursor *newResource={})SDL::CursorRefinline
Resource(T resource={})SDL::CursorBaseinline
Resource(std::nullptr_t)SDL::CursorBaseinline
Resource(std::nullopt_t)SDL::CursorBaseinline
Resource(const Resource &other)=delete (defined in SDL::CursorBase)SDL::CursorBase
Resource(Resource &&other)=delete (defined in SDL::CursorBase)SDL::CursorBase
Resource< SDL_Cursor * >::Resource(SDL_Cursor * resource={})SDL::Resource< SDL_Cursor * >inline
~Cursor()SDL::Cursorinline
~CursorRef()=defaultSDL::CursorRef