Implemented mouse button buffering

This commit is contained in:
Elias Naur 2003-10-11 16:29:40 +00:00
parent 2f0089b961
commit 963605989f
24 changed files with 521 additions and 300 deletions

View file

@ -2,6 +2,7 @@
#include "org_lwjgl_opengl_Pbuffer.h"
#include "extgl.h"
#include "Window.h"
#include "common_tools.h"
typedef struct _PbufferInfo {
GLXPbuffer buffer;