Hello Guest

LWJGL Alert function

  • 2 Replies
  • 14207 Views
LWJGL Alert function
« on: September 14, 2018, 18:19:12 »
Hey! Since the Sys class was removed in LWJGL 3, how do I send alerts to the user?

*

Offline KaiHH

  • ****
  • 334
Re: LWJGL Alert function
« Reply #1 on: September 14, 2018, 18:23:50 »
LWJGL3 has bindings for https://github.com/mlabbe/nativefiledialog
You can download a bundle of LWJGL3 containing nfd using: https://www.lwjgl.org/customize


Nevermind: I just realized it only covers file open dialogs and no message dialogs...
« Last Edit: September 14, 2018, 18:26:58 by KaiHH »

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: LWJGL Alert function
« Reply #2 on: September 14, 2018, 19:33:40 »
The tiny file dialogs bindings (tinyfd module in LWJGL) should have everything you need.