|
|
@ -607,6 +607,7 @@ void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor); |
|
|
|
const char* _glfwPlatformGetScancodeName(int scancode); |
|
|
|
const char* _glfwPlatformGetScancodeName(int scancode); |
|
|
|
int _glfwPlatformGetKeyScancode(int key); |
|
|
|
int _glfwPlatformGetKeyScancode(int key); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor); |
|
|
|
void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos); |
|
|
|
void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos); |
|
|
|
void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, |
|
|
|
void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, |
|
|
|
float* xscale, float* yscale); |
|
|
|
float* xscale, float* yscale); |
|
|
|