mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
New context stuff - complete for win32, incomplete for linux / mac
This commit is contained in:
parent
c50ded0d22
commit
9592f68c8e
9 changed files with 71 additions and 110 deletions
|
|
@ -204,7 +204,7 @@ public final class Sys {
|
|||
*/
|
||||
public static void alert(String title, String message) {
|
||||
String osName = System.getProperty("os.name");
|
||||
if (osName.startsWith("Windoxws")) {
|
||||
if (osName.startsWith("Windows")) {
|
||||
nAlert(title, message);
|
||||
} else {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue