Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
GLCursor Class Reference

Public Member Functions

Status create (const PIVFS &vfs, const VfsPath &pathname, int hotspotx_, int hotspoty_)
 
void destroy ()
 
void draw (int x, int y) const
 
Status validate () const
 

Private Attributes

Handle ht
 
GLint w
 
GLint h
 
int hotspotx
 
int hotspoty
 

Detailed Description

Definition at line 81 of file cursor.cpp.

Member Function Documentation

Status GLCursor::create ( const PIVFS vfs,
const VfsPath pathname,
int  hotspotx_,
int  hotspoty_ 
)
inline

Definition at line 89 of file cursor.cpp.

void GLCursor::destroy ( )
inline

Definition at line 106 of file cursor.cpp.

void GLCursor::draw ( int  x,
int  y 
) const
inline

Definition at line 113 of file cursor.cpp.

Status GLCursor::validate ( ) const
inline

Definition at line 139 of file cursor.cpp.

Member Data Documentation

GLint GLCursor::h
private

Definition at line 85 of file cursor.cpp.

int GLCursor::hotspotx
private

Definition at line 86 of file cursor.cpp.

int GLCursor::hotspoty
private

Definition at line 86 of file cursor.cpp.

Handle GLCursor::ht
private

Definition at line 83 of file cursor.cpp.

GLint GLCursor::w
private

Definition at line 85 of file cursor.cpp.


The documentation for this class was generated from the following file: