added XkbSetDetectableAutoRepeat to xlib port for getting key press

events right way
This commit is contained in:
ozkl
2019-08-18 11:20:59 +03:00
parent 0b085de372
commit afc47e5268
+2
View File
@@ -105,6 +105,8 @@ void DG_Init()
XSetForeground(s_Display, s_Gc, whiteColor);
XkbSetDetectableAutoRepeat(s_Display, 1, 0);
// Wait for the MapNotify event
while(1)