BWAPI
|
#include "jni.h"
Go to the source code of this file.
Classes | |
struct | jawt_Rectangle |
struct | jawt_DrawingSurfaceInfo |
struct | jawt_DrawingSurface |
struct | jawt |
Defines | |
#define | JAWT_LOCK_ERROR 0x00000001 |
#define | JAWT_LOCK_CLIP_CHANGED 0x00000002 |
#define | JAWT_LOCK_BOUNDS_CHANGED 0x00000004 |
#define | JAWT_LOCK_SURFACE_CHANGED 0x00000008 |
#define | JAWT_VERSION_1_3 0x00010003 |
#define | JAWT_VERSION_1_4 0x00010004 |
Typedefs | |
typedef struct jawt_Rectangle | JAWT_Rectangle |
typedef struct jawt_DrawingSurfaceInfo | JAWT_DrawingSurfaceInfo |
typedef struct jawt_DrawingSurface | JAWT_DrawingSurface |
typedef struct jawt | JAWT |
Functions | |
_JNI_IMPORT_OR_EXPORT_ jboolean JNICALL | JAWT_GetAWT (JNIEnv *env, JAWT *awt) |
#define JAWT_LOCK_BOUNDS_CHANGED 0x00000004 |
#define JAWT_LOCK_CLIP_CHANGED 0x00000002 |
#define JAWT_LOCK_ERROR 0x00000001 |
#define JAWT_LOCK_SURFACE_CHANGED 0x00000008 |
#define JAWT_VERSION_1_3 0x00010003 |
#define JAWT_VERSION_1_4 0x00010004 |
typedef struct jawt_DrawingSurface JAWT_DrawingSurface |
typedef struct jawt_DrawingSurfaceInfo JAWT_DrawingSurfaceInfo |
typedef struct jawt_Rectangle JAWT_Rectangle |
_JNI_IMPORT_OR_EXPORT_ jboolean JNICALL JAWT_GetAWT | ( | JNIEnv * | env, |
JAWT * | awt | ||
) |