AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Represents cursor type. More...
Represents cursor type.
Classes | |
struct | Custom |
Public Types | |
enum | System { DEFAULT , POINTER , TEXT , MOVE , EW_RESIZE , NS_RESIZE } |
Public Member Functions | |
ACursor (System systemCursor) | |
ACursor (aui::no_escape< AImage > image, int size=16) | |
ACursor (aui::non_null< _< IDrawable > > drawable, int size=16) | |
ACursor (AUrl imageUrl, int size=16) | |
void | applyNativeCursor (AWindow *pWindow) const |
enum ACursor::System |
#include <AUI/Platform/ACursor.h>