mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
event driven
This commit is contained in:
@ -15,6 +15,8 @@ ImGuiController controller = null!;
|
||||
GL gl = null!;
|
||||
IInputContext inputContext = null!;
|
||||
|
||||
window.IsEventDriven = true;
|
||||
|
||||
var app = new App();
|
||||
|
||||
// Our loading function
|
||||
|
Reference in New Issue
Block a user