Home
last modified time | relevance | path

Searched refs:InputDevice (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DInputDeviceState.java6 import android.view.InputDevice;
24 InputDevice getDevice() {
46 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) {
50 if ((sources & InputDevice.SOURCE_KEYBOARD) == InputDevice.SOURCE_KEYBOARD) {
59 if ((sources & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK) {
62 if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) {
65 if ((sources & InputDevice.SOURCE_HDMI) == InputDevice.SOURCE_HDMI) {
69 if ((sources & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) {
78 if ((sources & InputDevice.SOURCE_STYLUS) == InputDevice.SOURCE_STYLUS) {
100 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) {
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DInputDeviceState.java6 import android.view.InputDevice;
24 InputDevice getDevice() { in getDevice()
46 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) { in getDebugString()
50 if ((sources & InputDevice.SOURCE_KEYBOARD) == InputDevice.SOURCE_KEYBOARD) { in getDebugString()
59 if ((sources & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK) { in getDebugString()
62 if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) { in getDebugString()
65 if ((sources & InputDevice.SOURCE_HDMI) == InputDevice.SOURCE_HDMI) { in getDebugString()
69 if ((sources & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) { in getDebugString()
78 if ((sources & InputDevice.SOURCE_STYLUS) == InputDevice.SOURCE_STYLUS) { in getDebugString()
100 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) { in InputDeviceState()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DInputDeviceState.java6 import android.view.InputDevice;
24 InputDevice getDevice() { in getDevice()
46 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) { in getDebugString()
50 if ((sources & InputDevice.SOURCE_KEYBOARD) == InputDevice.SOURCE_KEYBOARD) { in getDebugString()
59 if ((sources & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK) { in getDebugString()
62 if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) { in getDebugString()
65 if ((sources & InputDevice.SOURCE_HDMI) == InputDevice.SOURCE_HDMI) { in getDebugString()
69 if ((sources & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) { in getDebugString()
78 if ((sources & InputDevice.SOURCE_STYLUS) == InputDevice.SOURCE_STYLUS) { in getDebugString()
100 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) { in InputDeviceState()
[all …]
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dinput-device.cc131 InputDevice::InputDevice(const Glib::ConstructParams& construct_params) in InputDevice() function in Clutter::InputDevice
140 InputDevice::InputDevice(ClutterInputDevice* castitem) in InputDevice() function in Clutter::InputDevice
146 InputDevice::~InputDevice() in ~InputDevice()
150 InputDevice::CppClassType InputDevice::inputdevice_class_; // initialize static member
152 GType InputDevice::get_type() in get_type()
158 GType InputDevice::get_base_type() in get_base_type()
164 InputDevice::InputDevice() in InputDevice() function in Clutter::InputDevice
235 Glib::RefPtr<InputDevice> InputDevice::get_associated_device() in get_associated_device()
243 Glib::RefPtr<const InputDevice> InputDevice::get_associated_device() const in get_associated_device()
268 guint InputDevice::get_n_axes() in get_n_axes()
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/input/
H A Dinput_factory.cpp65 CVirtualInput *InputDevice = nullptr; in GetDevice() local
70 InputDevice = GetAutoDevice(radioController); in GetDevice()
75 if (InputDevice == nullptr) { in GetDevice()
84 InputDevice = new CNullDevice(); in GetDevice()
87 return InputDevice; in GetDevice()
92 CVirtualInput *InputDevice = nullptr; in GetDevice() local
123 if (InputDevice == nullptr) { in GetDevice()
126 InputDevice = new CNullDevice(); in GetDevice()
129 return InputDevice; in GetDevice()
170 CVirtualInput *InputDevice = nullptr; in GetManualDevice() local
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dinputdevice.cpp32 DENG2_PIMPL(InputDevice) in DENG2_PIMPL() argument
56 InputDevice::InputDevice(String const &name) : d(new Impl(this)) in DENG2_AUDIENCE_METHOD()
62 InputDevice::~InputDevice() in ~InputDevice()
65 bool InputDevice::isActive() const in isActive()
81 String InputDevice::name() const in name()
86 String InputDevice::title() const in title()
138 void InputDevice::reset() in reset()
305 InputDevice::Control::Control(InputDevice *device) : d(new Impl) in Control()
310 InputDevice::Control::~Control() in ~Control()
334 InputDevice &InputDevice::Control::device() const in device()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A DInputDevice.cpp31 InputDevice::InputDevice() in InputDevice() function in gnash::InputDevice
32 : _type(InputDevice::UNKNOWN), in InputDevice()
41 InputDevice::InputDevice(int x, int y) in InputDevice() function in gnash::InputDevice
42 : _type(InputDevice::UNKNOWN), in InputDevice()
51 InputDevice::~InputDevice() in ~InputDevice()
57 InputDevice::init() in init()
65 InputDevice::init(InputDevice::devicetype_e type) in init()
72 InputDevice::init(InputDevice::devicetype_e type, size_t size) in init()
80 InputDevice::init(InputDevice::devicetype_e type, const std::string &filespec, in init()
152 InputDevice::dump() const in dump()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/org/scummvm/scummvm/
H A DMouseHelper.java6 import android.view.InputDevice;
76 return ((source & InputDevice.SOURCE_TRACKBALL) == InputDevice.SOURCE_TRACKBALL) || in isTrackball()
89 InputDevice device = e.getDevice(); in isTrackball()
97 return ((sources & InputDevice.SOURCE_TRACKBALL) == InputDevice.SOURCE_TRACKBALL) || in isTrackball()
113 return ((source & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) in isMouse()
114 || ((source & InputDevice.SOURCE_STYLUS) == InputDevice.SOURCE_STYLUS) in isMouse()
115 || ((source & InputDevice.SOURCE_TOUCHPAD) == InputDevice.SOURCE_TOUCHPAD) in isMouse()
134 return ((sources & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) in isMouse()
135 || ((sources & InputDevice.SOURCE_STYLUS) == InputDevice.SOURCE_STYLUS) in isMouse()
136 || ((sources & InputDevice.SOURCE_TOUCHPAD) == InputDevice.SOURCE_TOUCHPAD) in isMouse()
[all …]
/dports/x11/antimicro/antimicro-2.23/src/
H A Dinputdaemon.h47 explicit InputDaemon (QMap<SDL_JoystickID, InputDevice*> *joysticks,
55 InputDevice *device, bool readCurrent=true);
61 QBitArray createUnplugEventBitArray(InputDevice *device);
67 QMap<SDL_JoystickID, InputDevice*> *joysticks;
89 void joystickRefreshed (InputDevice *joystick);
91 void complete(InputDevice *joystick);
95 void deviceUpdated(int index, InputDevice *device);
97 void deviceAdded(InputDevice *device);
104 void refreshJoystick(InputDevice *joystick);
110 void refreshMapping(QString mapping, InputDevice *device);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/devices/
H A Dinput_device.cc12 const int InputDevice::kInvalidId = 0;
14 InputDevice::InputDevice() in InputDevice() function in ui::InputDevice
21 InputDevice::InputDevice(int id, InputDeviceType type, const std::string& name) in InputDevice() function in ui::InputDevice
24 InputDevice::InputDevice(int id, in InputDevice() function in ui::InputDevice
41 InputDevice::InputDevice(const InputDevice& other) = default;
43 InputDevice::~InputDevice() { in ~InputDevice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/devices/
H A Dinput_device.cc12 const int InputDevice::kInvalidId = 0;
14 InputDevice::InputDevice() in InputDevice() function in ui::InputDevice
21 InputDevice::InputDevice(int id, InputDeviceType type, const std::string& name) in InputDevice() function in ui::InputDevice
24 InputDevice::InputDevice(int id, in InputDevice() function in ui::InputDevice
41 InputDevice::InputDevice(const InputDevice& other) = default;
43 InputDevice::~InputDevice() { in ~InputDevice()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/android/src/org/yabause/android/
H A DPadManagerV16.java6 import android.view.InputDevice;
20 int[] ids = InputDevice.getDeviceIds(); in PadManagerV16()
22 InputDevice dev = InputDevice.getDevice(deviceId); in PadManagerV16()
25 if (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in PadManagerV16()
26 || ((sources & InputDevice.SOURCE_JOYSTICK) in PadManagerV16()
27 == InputDevice.SOURCE_JOYSTICK)) { in PadManagerV16()
42 if (((event.getSource() & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) || in onKeyDown()
43 ((event.getSource() & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)) { in onKeyDown()
77 if (((event.getSource() & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) || in onKeyUp()
78 ((event.getSource() & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)) { in onKeyUp()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/util/
H A DDeviceListHelper.cpp9 void storeNewUnlistedDevice(std::vector<InputDevice>& deviceList, GdkDevice* device) { in storeNewUnlistedDevice()
11 auto it = std::find(deviceList.begin(), deviceList.end(), InputDevice(device)); in storeNewUnlistedDevice()
45 vector<InputDevice> deviceList = settings->getKnownInputDevices(); in getDeviceList()
80 for (InputDevice const& inputDevice: deviceList) { in getSourceMapping()
92 InputDevice::InputDevice(GdkDevice* device): name(gdk_device_get_name(device)), source(gdk_device_g… in InputDevice() function in InputDevice
94 InputDevice::InputDevice(string name, GdkInputSource source): name(std::move(name)), source(source)… in InputDevice() function in InputDevice
96 auto InputDevice::getName() const -> string { return this->name; } in getName()
98 auto InputDevice::getSource() const -> GdkInputSource { return this->source; } in getSource()
100 void InputDevice::updateType(GdkInputSource newSource) { this->source = newSource; } in updateType()
102 auto InputDevice::getType() const -> string { in getType()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/android-project/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java13 import android.view.InputDevice;
97 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
119 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
120 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
156 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
190 InputDevice joystickDevice = InputDevice.getDevice(device_id); in pollInputDevices()
481 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
564 case InputDevice.SOURCE_DPAD: in onGenericMotion()
567 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
695 case InputDevice.SOURCE_DPAD: in onGenericMotion()
[all …]
/dports/games/flare-engine/flare-engine-1.12/flare-android-project/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java13 import android.view.InputDevice;
97 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
119 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
120 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
156 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
190 InputDevice joystickDevice = InputDevice.getDevice(device_id); in pollInputDevices()
481 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
564 case InputDevice.SOURCE_DPAD: in onGenericMotion()
567 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
695 case InputDevice.SOURCE_DPAD: in onGenericMotion()
[all …]
/dports/games/easyrpg-player/Player-0.7.0/builds/android/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java13 import android.view.InputDevice;
97 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
119 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
120 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
156 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
190 InputDevice joystickDevice = InputDevice.getDevice(device_id); in pollInputDevices()
481 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
564 case InputDevice.SOURCE_DPAD: in onGenericMotion()
567 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
695 case InputDevice.SOURCE_DPAD: in onGenericMotion()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/android-project/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java13 import android.view.InputDevice;
97 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
119 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
120 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
156 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
190 InputDevice joystickDevice = InputDevice.getDevice(device_id); in pollInputDevices()
481 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
564 case InputDevice.SOURCE_DPAD: in onGenericMotion()
567 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
695 case InputDevice.SOURCE_DPAD: in onGenericMotion()
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/android/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java92 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
114 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
115 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
151 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
184 InputDevice joystickDevice = InputDevice.getDevice(deviceIds[i]); in pollInputDevices()
475 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
554 case InputDevice.SOURCE_DPAD: in onGenericMotion()
557 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
688 case InputDevice.SOURCE_DPAD: in onGenericMotion()
691 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/android/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java92 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
114 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
115 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
151 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
184 InputDevice joystickDevice = InputDevice.getDevice(deviceIds[i]); in pollInputDevices()
475 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
554 case InputDevice.SOURCE_DPAD: in onGenericMotion()
557 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
688 case InputDevice.SOURCE_DPAD: in onGenericMotion()
691 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/android/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java92 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
114 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
115 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
151 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
184 InputDevice joystickDevice = InputDevice.getDevice(deviceIds[i]); in pollInputDevices()
475 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
554 case InputDevice.SOURCE_DPAD: in onGenericMotion()
557 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
688 case InputDevice.SOURCE_DPAD: in onGenericMotion()
691 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/android/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java92 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
114 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
115 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
151 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
184 InputDevice joystickDevice = InputDevice.getDevice(deviceIds[i]); in pollInputDevices()
475 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
554 case InputDevice.SOURCE_DPAD: in onGenericMotion()
557 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
688 case InputDevice.SOURCE_DPAD: in onGenericMotion()
691 case InputDevice.SOURCE_MOUSE: in onGenericMotion()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/android-project/app/src/main/java/org/libsdl/app/
H A DSDLControllerManager.java83 InputDevice device = InputDevice.getDevice(deviceId); in isDeviceSDLJoystick()
104 … return (((sources & InputDevice.SOURCE_CLASS_JOYSTICK) == InputDevice.SOURCE_CLASS_JOYSTICK) || in isDeviceSDLJoystick()
105 ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) || in isDeviceSDLJoystick()
106 ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) in isDeviceSDLJoystick()
143 public int compare(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1) { in compare()
167 InputDevice joystickDevice = InputDevice.getDevice(deviceIds[i]); in pollInputDevices()
316 InputDevice device = InputDevice.getDevice(deviceIds[i]); in pollHapticDevices()
398 case InputDevice.SOURCE_JOYSTICK: in onGenericMotion()
399 case InputDevice.SOURCE_GAMEPAD: in onGenericMotion()
400 case InputDevice.SOURCE_DPAD: in onGenericMotion()
[all …]
/dports/emulators/mednafen/mednafen/src/psx/
H A Dfrontio.h30 class InputDevice
34 InputDevice() MDFN_COLD;
35 virtual ~InputDevice() MDFN_COLD;
132 InputDevice *Ports[2];
133 InputDevice *MCPorts[2];
136 InputDevice *Devices[8];
138 InputDevice *MCDevices[8];
148 std::unique_ptr<InputDevice> Memcard;
153 std::unique_ptr<InputDevice> Mouse;
154 std::unique_ptr<InputDevice> neGcon;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/base/
H A DTouchDevice.java8 import android.view.InputDevice;
61 for (int deviceId : InputDevice.getDeviceIds()) { in availablePointerAndHoverTypes()
62 InputDevice inputDevice = null; in availablePointerAndHoverTypes()
64 inputDevice = InputDevice.getDevice(deviceId); in availablePointerAndHoverTypes()
72 if (hasSource(sources, InputDevice.SOURCE_MOUSE) in availablePointerAndHoverTypes()
73 || hasSource(sources, InputDevice.SOURCE_STYLUS) in availablePointerAndHoverTypes()
74 || hasSource(sources, InputDevice.SOURCE_TOUCHPAD) in availablePointerAndHoverTypes()
75 || hasSource(sources, InputDevice.SOURCE_TRACKBALL)) { in availablePointerAndHoverTypes()
81 if (hasSource(sources, InputDevice.SOURCE_MOUSE) in availablePointerAndHoverTypes()
82 || hasSource(sources, InputDevice.SOURCE_TOUCHPAD) in availablePointerAndHoverTypes()
[all …]
/dports/emulators/mednafen/mednafen/src/md/
H A Dgenio.cpp97 MultitapDevice[pp]->SetSubPort(i, InputDevice[vp] ? InputDevice[vp] : DummyDevice); in RebuildPortMap()
109 Way4Device->SetSubPort(i, InputDevice[vp] ? InputDevice[vp] : DummyDevice); in RebuildPortMap()
116 nd = InputDevice[vp] ? InputDevice[vp] : DummyDevice; in RebuildPortMap()
147 InputDevice[i] = nullptr; in MDIO_Init()
179 if(InputDevice[i]) in MDIO_Kill()
181 delete InputDevice[i]; in MDIO_Kill()
182 InputDevice[i] = nullptr; in MDIO_Kill()
403 if(InputDevice[vp]) in MDINPUT_Frame()
414 if(InputDevice[vp]) in MDINPUT_SetInput()
416 delete InputDevice[vp]; in MDINPUT_SetInput()
[all …]

12345678910>>...32