mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Make sure we go through all the pointer_coords.
This commit is contained in:
committed by
Camilla Berglund
parent
8712d84bcc
commit
9bd0fae684
+10
-1
@@ -37,6 +37,15 @@ void _glfwPlatformTerminate(void)
|
||||
|
||||
const char* _glfwPlatformGetVersionString(void)
|
||||
{
|
||||
return "MIR // FIXME (<0_0>)";
|
||||
const char* version = _GLFW_VERSION_NUMBER " Mir EGL "
|
||||
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
|
||||
" clock_gettime"
|
||||
#endif
|
||||
#if defined(_GLFW_BUILD_DLL)
|
||||
" shared"
|
||||
#endif
|
||||
;
|
||||
|
||||
return version;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user