lwjgl/src/native/linux
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
..
Makefile.am initial autoconf/automake support =) 2002-11-28 22:40:06 +00:00
Makefile.elias_naur Renamed... prepping for autoconf =) 2002-11-28 22:35:29 +00:00
org_lwjgl_Display.cpp Added pointer warping to keep pointer in center of the display 2002-11-28 21:49:11 +00:00
org_lwjgl_Sys.cpp Removed the native time readout from queryTime(). 2002-11-26 04:58:29 +00:00
org_lwjgl_input_GamePad.cpp Null joystick and gamepad files added 2002-11-20 16:11:39 +00:00
org_lwjgl_input_Joystick.cpp Null joystick and gamepad files added 2002-11-20 16:11:39 +00:00
org_lwjgl_input_Keyboard.cpp Increased poll buffer size 2002-11-26 20:07:49 +00:00
org_lwjgl_input_Mouse.cpp BaseWindow: We are now grabbing the mouse. Doing this because on linux, 2002-11-29 08:29:53 +00:00
org_lwjgl_opengl_BaseGL.cpp Dump extension info with debug library 2002-11-25 20:35:01 +00:00