Home
last modified time | relevance | path

Searched refs:cursorPixels (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/src/
H A Dwin32_window.c1328 unsigned char* cursorPixels = _glfw_calloc(cursorWidth * cursorHeight, 4); in createNativeWindow() local
1329 if (!cursorPixels) in createNativeWindow()
1335 cursorPixels[3] = 1; in createNativeWindow()
1337 const GLFWimage cursorImage = { cursorWidth, cursorHeight, cursorPixels }; in createNativeWindow()
1339 _glfw_free(cursorPixels); in createNativeWindow()

Completed in 3 milliseconds