lwjgl2-arm64/src/java/org/lwjgl/test
Ioannis Tsakpinis c0b19b7743 Another attempt to fix focus problems with Display.setParent on Windows:
- Reverted to WS_CHILD in window flags.
- Added WM_MOUSEACTIVATE handling: Focus the display + return MA_NOACTIVATE.
- Removed unnecessary appActivate calls in WM_ACTIVATE. We don't receive WM_ACTIVATE with WS_CHILD and the focus events do the job just fine.
- Detect parent window focus in update and force focus the display. This is useful when we alt-tab to the parent window and we don't receive any events.
2013-04-17 22:19:38 +03:00
..
applet Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
glu/tessellation Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
input Let repeat events pass the same-state filter. 2012-08-23 14:20:58 +00:00
mapped Added support for cache-line padding and alignment. 2011-08-10 16:05:46 +00:00
openal fixed resource path issue 2010-10-13 21:07:43 +00:00
opencl Another attempt to fix focus problems with Display.setParent on Windows: 2013-04-17 22:19:38 +03:00
opengl Fixed function dependency typos. 2012-12-26 22:20:43 +02:00
opengles Fixes related to the new alternate signatures. 2012-08-18 14:00:45 +00:00
DisplayTest.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
NativeTest.java (possible) fix for headless environment issue with awt on linux 2010-04-13 07:14:51 +00:00
SysTest.java updated and added license where needed 2008-04-07 18:36:09 +00:00
WaveDataTest.java added test for WaveData 2010-02-20 10:43:45 +00:00
WindowCreationTest.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00