class CPW : Object

public static const_c uint CPW_KEY_DOWN
public static const_c uint CPW_KEY_ESCAPE
public static const_c uint CPW_KEY_LEFT
public static const_c uint CPW_KEY_RIGHT
public static const_c uint CPW_KEY_UP

public CPW( )
public bool cpwBreakMainLoop( )
public bool cpwCreateCallback( void (static)( CPW, uint, bool ) createCallback )
public uint cpwCreateWindow( String title )
public uint cpwCreateWindowEx( String title, uint x, uint y, uint width, uint height )
public bool cpwDestroyWindow( uint id )
public bool cpwDisplayCallback( void (static)( CPW, uint ) displayCallback )
public bool cpwFreeContext( )
public bool cpwIdleCallback( void (static)( CPW ) idleCallback )
public bool cpwInitContext( )
public bool cpwKeyboardCallback( void (static)( CPW, uint, sbyte, uint, uint, uint ) keyCallback )
public bool cpwKeyState( uint key )
public bool cpwMainLoop( )
public bool cpwPostRedisplay( )
public bool cpwReshapeCallback( void (static)( CPW, uint, uint, uint ) reshapeCallback )
public bool cpwSwapWindowBuffers( uint id )
public bool cpwSystemKeyboardCallback( void (static)( CPW, uint, uint, uint, uint, uint ) skeyCallback )