This website requires JavaScript.
Explore
Help
Sign In
shadowfacts
/
lwjgl2-arm64
Watch
1
Star
0
Fork
You've already forked lwjgl2-arm64
0
mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced
2026-03-18 19:24:41 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
[LEGACY] LWJGL 2.X - The Lightweight Java Game Library.
2213
commits
1
branch
51
tags
36
MiB
Java
85.9%
C
12%
Objective-C
1.3%
HTML
0.5%
XSLT
0.1%
13d345abce
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Elias Naur
13d345abce
Widened Keyboard.getEventCharacter() return type from char to int to accomodate 32 bit characters.
2006-06-26 14:13:57 +00:00
doc
Update doc/generator.txt
2006-05-16 11:32:45 +00:00
libs
devil 1.6.8-RC1
2006-06-03 08:15:07 +00:00
platform_build
Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8.
2006-06-26 13:50:48 +00:00
res
restructure into optional
2006-04-30 19:44:56 +00:00
src
Widened Keyboard.getEventCharacter() return type from char to int to accomodate 32 bit characters.
2006-06-26 14:13:57 +00:00
build.xml
Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8.
2006-06-26 13:50:48 +00:00