Home
last modified time | relevance | path

Searched refs:xinput (Results 1 – 8 of 8) sorted by relevance

/third_party/glfw/src/
Dwin32_init.c110 _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()
Dwin32_platform.h170 #define _glfw_XInputGetCapabilities _glfw.win32.xinput.XInputGetCapabilities
171 #define _glfw_XInputGetState _glfw.win32.xinput.XInputGetState
274 } xinput; member
Dwin32_joystick.c691 if (_glfw.win32.xinput.instance) in _glfwDetectJoystickConnectionWin32()
/third_party/libinput/doc/user/
Dfaqs.rst126 Changing properties at runtime with the xinput commandline tool has the same
181 `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. xinput
234 …he future of xinput, xmodmap, setxkbmap, xsetwacom and other tools under Wayland <http://who-t.blo…
Dreporting-bugs.rst97 ``xinput list-props "your device name"``. Use ``xinput list`` to
/third_party/glfw/
DCMakeLists.txt102 check_include_file(xinput.h XINPUT_H_FOUND)
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf39 class xinput # userspace
438 class xinput
/third_party/chromium/patch/
D0003-ohos-1115.patch259150 #include "ui/gfx/x/xinput.h"
259153 +#include "ui/gfx/x/generated_protos/xinput.h"