Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.res.graphics
Class GLCursor

   in cursor.cpp

class GLCursor


Field Summary
private uint h
          
private uint hotspotx
          
private uint hotspoty
          
private Handle ht
          
private uint w
          
 
Method Summary
 LibError create( const char* filename, uint hotspotx_, uint hotspoty_ )
          
 void destroy()
          
 void draw( uint x, uint y ) const
          
 LibError validate() const
          
 

Field Detail

h

private uint h;

hotspotx

private uint hotspotx;

hotspoty

private uint hotspoty;

ht

private Handle ht;

w

private uint w;


Method Detail

create

public LibError create( const char* filename, uint hotspotx_, uint hotspoty_ );

destroy

public void destroy();

draw

public void draw( uint x, uint y ) const;

validate

public LibError validate() const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD