mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Rename raw input to raw mouse motion, cleanup
From upstream: 1155c83013.
This commit is contained in:
5
glfw/null_window.c
vendored
5
glfw/null_window.c
vendored
@@ -208,12 +208,11 @@ void _glfwPlatformSetWindowOpacity(_GLFWwindow* window UNUSED, float opacity UNU
|
||||
{
|
||||
}
|
||||
|
||||
void _glfwPlatformSetRawInput(_GLFWwindow *window, bool enabled)
|
||||
void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window UNUSED, bool enabled UNUSED)
|
||||
{
|
||||
window->useRawInput = enabled;
|
||||
}
|
||||
|
||||
bool _glfwPlatformRawInputSupported(void)
|
||||
bool _glfwPlatformRawMouseMotionSupported(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user