Searched refs:xinput (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/glfw/src/ |
D | win32_init.c | 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()
|
D | win32_platform.h | 170 #define _glfw_XInputGetCapabilities _glfw.win32.xinput.XInputGetCapabilities 171 #define _glfw_XInputGetState _glfw.win32.xinput.XInputGetState 274 } xinput; member
|
D | win32_joystick.c | 691 if (_glfw.win32.xinput.instance) in _glfwDetectJoystickConnectionWin32()
|
/third_party/libinput/doc/user/ |
D | faqs.rst | 126 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…
|
D | reporting-bugs.rst | 97 ``xinput list-props "your device name"``. Use ``xinput list`` to
|
/third_party/flutter/glfw/ |
D | CMakeLists.txt | 102 check_include_file(xinput.h XINPUT_H_FOUND)
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | CMakeLists.txt | 1035 # 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)
|
D | configure.in | 1593 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)
|
D | configure | 1563 --enable-video-x11-xinput
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 39 class xinput # userspace 438 class xinput
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 259150 #include "ui/gfx/x/xinput.h" 259153 +#include "ui/gfx/x/generated_protos/xinput.h"
|