struct CCL::IMouseCursor
Overview
Mouse cursor interface. More…
#include <imousecursor.h> struct IMouseCursor: public CCL::IUnknown { // methods virtual IImage*CCL_API createImage () const = 0; };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;
Detailed Documentation
Mouse cursor interface.
Methods
virtual IImage*CCL_API createImage () const = 0
Create image representing the cursor shape (might return null).