Go to file
Luke Holden 0aa1f0d701 BaseWindow: We are now grabbing the mouse. Doing this because on linux,
you need to grab and move the pointer or else you can scroll away from
your full screen program.

org_lwjgl_input_Mouse.cpp: When in full screen, the pointer should warp
to the corner of the display. This fixes a few issues.

Also added a stub for nEnableBuffer, with a fixme message. This function
does not seem to be implemented in either the linux or win32 source...
but exists in the java Mouse class. The stub keeps programs from crashing.

ltmain.sh: Fixed a bug in libtool, where it uses gcc vs c++ for linking
librarys built in c++. This fixes a missing symbol issue.

configure.in: Made a few small changes.
2002-11-29 08:29:53 +00:00
doc Catching up 2002-09-20 16:57:13 +00:00
src BaseWindow: We are now grabbing the mouse. Doing this because on linux, 2002-11-29 08:29:53 +00:00
build.xml Some initial stuff for the website. Not ready to go live yet - Matt 2002-08-11 23:38:49 +00:00
manifest.txt Initial revision 2002-08-06 15:10:44 +00:00