|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Cursor, including all inherited members.
| Cursor(CursorRaw resource) noexcept | SDL::Cursor | inlineexplicit |
| Cursor(const Cursor &other)=delete | SDL::Cursor | |
| Cursor(Cursor &&other) noexcept | SDL::Cursor | inline |
| Cursor(const CursorRef &other)=delete (defined in SDL::Cursor) | SDL::Cursor | |
| Cursor(CursorRef &&other)=delete (defined in SDL::Cursor) | SDL::Cursor | |
| Cursor(const Uint8 *data, const Uint8 *mask, const PointRaw &size, const PointRaw &hot) | SDL::Cursor | inline |
| Cursor(SurfaceRef surface, const PointRaw &hot) | SDL::Cursor | inline |
| Cursor(SystemCursor id) | SDL::Cursor | inline |
| Destroy() | SDL::Cursor | inline |
| get() const noexcept | SDL::ResourceBase< CursorRaw > | inline |
| operator bool() const | SDL::ResourceBase< CursorRaw > | inlineexplicit |
| operator->() const noexcept | SDL::ResourceBase< CursorRaw > | inline |
| operator<=>(const ResourceBase &other) const=default | SDL::ResourceBase< CursorRaw > | |
| operator=(Cursor &&other) noexcept | SDL::Cursor | inline |
| operator=(const Cursor &other)=delete | SDL::Cursor | |
| RawConstPointer typedef | SDL::ResourceBase< CursorRaw > | |
| RawPointer typedef | SDL::ResourceBase< CursorRaw > | |
| release() noexcept | SDL::ResourceBase< CursorRaw > | inline |
| ResourceBase(RawPointer resource) | SDL::Cursor | inline |
| ResourceBase(std::nullptr_t=nullptr) | SDL::Cursor | inline |
| SDL::ResourceBase< CursorRaw >::ResourceBase(RawPointer resource) | SDL::ResourceBase< CursorRaw > | inline |
| Set() | SDL::Cursor | inline |
| ~Cursor() | SDL::Cursor | inline |