Home
last modified time | relevance | path

Searched refs:keyPressTimes (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dx11_platform.h204 Time keyPressTimes[256]; member
H A Dx11_window.c1285 Time diff = event->xkey.time - window->x11.keyPressTimes[keycode]; in processEvent()
1291 window->x11.keyPressTimes[keycode] = event->xkey.time; in processEvent()
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dx11_platform.h204 Time keyPressTimes[256]; member
H A Dx11_window.c1285 Time diff = event->xkey.time - window->x11.keyPressTimes[keycode]; in processEvent()
1291 window->x11.keyPressTimes[keycode] = event->xkey.time; in processEvent()