public class Cursor {
public Rect area ;
public int16 hot_x ;
public int16 hot_y ;
public uchar* data ;
public uchar* mask ;
public uchar**** save ;
public Cursor ( uchar* data,
uchar* mask,
int w,
int h,
int hot_x,
int hot_y ) ;
public static uchar get_state ( int x,
int y ) ;
public static uchar get_relative_state ( int x,
int y ) ;
public static void warp ( uint16 x,
uint16 y ) ;
public static Cursor get ( ) ;
public static void set ( Cursor cursor ) ;
public static int show ( int toggle ) ;
}

public Cursor ( uchar* data,
uchar* mask,
int w,
int h,
int hot_x,
int hot_y ) ;
public Rect area ;
public int16 hot_x ;
public int16 hot_y ;
public uchar* data ;
public uchar* mask ;
public uchar**** save ;
public static uchar get_state ( int x,
int y ) ;
public static uchar get_relative_state ( int x,
int y ) ;
public static void warp ( uint16 x,
uint16 y ) ;
public static Cursor get ( ) ;
public static void set ( Cursor cursor ) ;
public static int show ( int toggle ) ;
Created by Valadoc