CoreCursor(CoreCursorType, UInt32) Constructor

Definition

Creates a new CoreCursor instance of the provided cursor type.

public:
 CoreCursor(CoreCursorType type, unsigned int id);
 CoreCursor(CoreCursorType const& type, uint32_t const& id);
public CoreCursor(CoreCursorType type, uint id);
function CoreCursor(type, id)
Public Sub New (type As CoreCursorType, id As UInteger)

Parameters

type
CoreCursorType

The type of the new cursor.

id
UInt32

unsigned int

uint32_t

The unique resource ID of the new cursor.

Applies to