Skip to content

ACursor#

Represents cursor type.

Header:#include <AUI/Platform/ACursor.h>
CMake:aui_link(my_target PUBLIC aui::views)

Public Types#

System#


enum ACursor::System

Constant Description
System::DEFAULT Default arrow.
System::POINTER Pointing finger.
System::TEXT 'I' beam.
System::MOVE Something to be moved. Crosshair-like cursor.
System::EW_RESIZE Bidirectional resize cursor east-west. <->
System::NS_RESIZE Bidirectional resize cursor north-south.

Custom#


struct ACursor::Custom

Empty structure.