SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Cursor, including all inherited members.
Cursor(SDL_Cursor *resource={}) | SDL::Cursor | inlineexplicit |
Cursor(const Cursor &other)=delete (defined in SDL::Cursor) | SDL::Cursor | |
Cursor(Cursor &&other)=default | SDL::Cursor | |
CursorBase(const Uint8 *data, const Uint8 *mask, int w, int h, int hot_x, int hot_y) | SDL::CursorRef | inline |
CursorBase(SurfaceBase &surface, int hot_x, int hot_y) | SDL::CursorRef | inline |
CursorBase(SystemCursor id) | SDL::CursorRef | inline |
CursorRef(const CursorRef &other) | SDL::Cursor | inline |
CursorRef(CursorRef &&other) | SDL::Cursor | inline |
get() const | SDL::Resource< SDL_Cursor * > | inline |
operator bool() const | SDL::Resource< SDL_Cursor * > | inlineexplicit |
operator->() const | SDL::Resource< SDL_Cursor * > | inline |
operator->() | SDL::Resource< SDL_Cursor * > | inline |
operator=(Cursor other) | SDL::Cursor | inline |
SDL::CursorRef::operator=(CursorRef other) | SDL::CursorRef | inline |
operator==(const Resource &other) const=default | SDL::Resource< SDL_Cursor * > | |
operator==(std::nullopt_t) const | SDL::Resource< SDL_Cursor * > | inline |
operator==(std::nullptr_t) const | SDL::Resource< SDL_Cursor * > | inline |
release(SDL_Cursor * newResource={}) | SDL::Resource< SDL_Cursor * > | inline |
reset(SDL_Cursor *newResource={}) | SDL::CursorRef | inline |
Resource(T resource={}) | SDL::CursorBase | inline |
Resource(std::nullptr_t) | SDL::CursorBase | inline |
Resource(std::nullopt_t) | SDL::CursorBase | inline |
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::Cursor | inline |
~CursorRef()=default | SDL::CursorRef |