Antonis Geralis
2 месяцев назад
committed by
GitHub
Родитель
Сommit
8f7ee9ee10
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов:
1 добавлений и
1 удалений
-
src/platforms/rcore_desktop_glfw.c
|
|
|
@ -1076,7 +1076,7 @@ Image GetClipboardImage(void) |
|
|
|
} |
|
|
|
|
|
|
|
// Show mouse cursor |
|
|
|
void rlShowCursor(void) |
|
|
|
void ShowCursor(void) |
|
|
|
{ |
|
|
|
glfwSetInputMode(platform.handle, GLFW_CURSOR, GLFW_CURSOR_NORMAL); |
|
|
|
|
|
|
|
|