Home
last modified time | relevance | path

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

/third_party/flutter/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/flutter/glfw/
DCMakeLists.txt102 check_include_file(xinput.h XINPUT_H_FOUND)
/third_party/flutter/skia/third_party/externals/sdl/
DCMakeLists.txt1035 # xinput.h may need windows.h, but doesn't include it itself.
1038 #include <xinput.h>
1041 check_include_file(xinput.h HAVE_XINPUT_H)
Dconfigure.in1593 AC_ARG_ENABLE(video-x11-xinput,
1594 AC_HELP_STRING([--enable-video-x11-xinput], [enable X11 XInput extension for manymouse, tablets, et…
2641 AC_CHECK_HEADER(xinput.h, have_xinput=yes)
Dconfigure1563 --enable-video-x11-xinput
/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"