lwjgl2-arm64/src/java/org/lwjgl
Elias Naur 23701fdf75 Windows: Remove dependency on DirectInput for WindowsMouse used by WindowsDisplay. Keyboard conversion coming up. Reasons:
1. DirectInput is deprecated (http://en.wikipedia.org/wiki/DirectInput). Specifically, Microsoft recommends using regular windows messages for keyboard and mouse input.
2. Not using DirectInput enable us to use the Raw Input JInput plugin to access multiple mice (and keyboards).
3. We're already using windows messages for features DirectInput never supported, so by removing DirectInput dependency, we get rid of some special case code.
4. When we're only using windows messages for input, we're (theoretically) more compatible than with a dependency on a properly working DirectInput.
2007-04-24 09:30:03 +00:00
..
devil 1.1 version string 2007-04-11 20:32:12 +00:00
examples applied patch to move ID tag 2006-03-23 19:32:21 +00:00
fmod3 1.1 version string 2007-04-11 20:32:12 +00:00
input Added support for non-direct buffers to Cursor 2007-04-23 16:47:25 +00:00
openal re-enabled missing ALC error check 2007-04-19 22:54:25 +00:00
opengl Windows: Remove dependency on DirectInput for WindowsMouse used by WindowsDisplay. Keyboard conversion coming up. Reasons: 2007-04-24 09:30:03 +00:00
test output capture devices 2007-04-19 22:44:07 +00:00
util Added support for non-direct in glGet* style functions 2007-04-23 20:17:42 +00:00
BufferChecks.java Move null parameter checks from check classes to the generated classes, since calculateImageSize assumes the buffer being non-null 2007-04-15 19:43:35 +00:00
BufferUtils.java Don't add border when checking image sizes 2007-04-15 19:33:03 +00:00
DefaultSysImplementation.java Split the external LWJGL version from the internal version of the native JNI library. The internal JNI version is now an integer. This has multiple advantages over the old way: 2006-07-14 16:14:52 +00:00
J2SESysImplementation.java applied patch to move ID tag 2006-03-23 19:32:21 +00:00
LinuxSysImplementation.java Linux: added support for 64 bit JVMs 2006-07-11 20:30:19 +00:00
LWJGLException.java Tidied up unused variables, added serialVersionUIDs as appropriate, 2006-04-21 11:11:21 +00:00
LWJGLUtil.java Made LWJGLUtil.getLibraryPaths support multiple library names. Now AL.create on linux tries both libopenal.so and libopenal.so.0, which is the name of the system library 2006-11-20 20:07:29 +00:00
MacOSXSysImplementation.java Removed multiple library names support from Sys.java, it is not needed anymore 2006-07-03 10:28:32 +00:00
NondirectBufferWrapper.java Added support for non-direct in glGet* style functions 2007-04-23 20:17:42 +00:00
Sys.java Windows: Remove dependency on DirectInput for WindowsMouse used by WindowsDisplay. Keyboard conversion coming up. Reasons: 2007-04-24 09:30:03 +00:00
SysImplementation.java Split the external LWJGL version from the internal version of the native JNI library. The internal JNI version is now an integer. This has multiple advantages over the old way: 2006-07-14 16:14:52 +00:00
WindowsSysImplementation.java Windows: Moved NativeSysImplementation.java to WindowsSysImplementation.java and moved some native code to java. 2006-07-15 19:45:36 +00:00