Searched refs:xinput (Results 1 – 8 of 8) sorted by relevance
110 _glfw.win32.xinput.instance = LoadLibraryA(names[i]); in loadLibraries()111 if (_glfw.win32.xinput.instance) in loadLibraries()113 _glfw.win32.xinput.XInputGetCapabilities = (XINPUTGETCAPABILITIES_T) in loadLibraries()114 GetProcAddress(_glfw.win32.xinput.instance, "XInputGetCapabilities"); in loadLibraries()115 _glfw.win32.xinput.XInputGetState = (XINPUTGETSTATE_T) in loadLibraries()116 GetProcAddress(_glfw.win32.xinput.instance, "XInputGetState"); in loadLibraries()146 if (_glfw.win32.xinput.instance) in freeLibraries()147 FreeLibrary(_glfw.win32.xinput.instance); in freeLibraries()
170 #define _glfw_XInputGetCapabilities _glfw.win32.xinput.XInputGetCapabilities171 #define _glfw_XInputGetState _glfw.win32.xinput.XInputGetState274 } xinput; member
691 if (_glfw.win32.xinput.instance) in _glfwDetectJoystickConnectionWin32()
126 Changing properties at runtime with the xinput commandline tool has the same181 `xinput <https://www.x.org/archive/X11R7.5/doc/man/man1/xinput.1.html>`_189 $> xinput set-prop "the device name" "the property name" value [value2] [value3]192 .. note:: Changes performed by xinput do not persist across device hotplugs. xinput234 …he future of xinput, xmodmap, setxkbmap, xsetwacom and other tools under Wayland <http://who-t.blo…
97 ``xinput list-props "your device name"``. Use ``xinput list`` to
102 check_include_file(xinput.h XINPUT_H_FOUND)
39 class xinput # userspace438 class xinput
259150 #include "ui/gfx/x/xinput.h"259153 +#include "ui/gfx/x/generated_protos/xinput.h"