mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-25 18:10:40 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| applet | ||
| glu/tessellation | ||
| input | ||
| mapped | ||
| openal | ||
| opencl | ||
| opengl | ||
| opengles | ||
| DisplayTest.java | ||
| NativeTest.java | ||
| SysTest.java | ||
| WaveDataTest.java | ||
| WindowCreationTest.java | ||