open_toontown_panda3d/panda/src/device
rdb 9145b6c729 Merge branch 'release/1.10.x' 2024-01-04 16:36:03 +01:00
..
CMakeLists.txt CMake: Fix Windows library names for case-sensitive filesystems 2020-02-23 16:28:40 +01:00
analogNode.I device: overhaul InputDevice API: 2018-09-16 20:22:22 +02:00
analogNode.cxx device: overhaul InputDevice API: 2018-09-16 20:22:22 +02:00
analogNode.h Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
buttonNode.I device: overhaul InputDevice API: 2018-09-16 20:22:22 +02:00
buttonNode.cxx Merge branch 'master' into input-overhaul 2018-06-23 23:24:09 +02:00
buttonNode.h Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
clientAnalogDevice.I Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
clientAnalogDevice.cxx device: overhaul InputDevice API: 2018-09-16 20:22:22 +02:00
clientAnalogDevice.h Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
clientBase.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
clientBase.cxx Merge branch 'master' into input-overhaul 2018-06-23 23:24:09 +02:00
clientBase.h general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
clientButtonDevice.I Merge branch 'master' into input-overhaul 2016-03-19 14:54:56 +01:00
clientButtonDevice.cxx Merge branch 'master' into input-overhaul 2018-06-23 23:24:09 +02:00
clientButtonDevice.h Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
clientDevice.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
clientDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
clientDevice.h device: change InputDevice enums to enum classes 2018-11-30 20:41:06 +01:00
clientDialDevice.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
clientDialDevice.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
clientDialDevice.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
clientTrackerDevice.I Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
clientTrackerDevice.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
clientTrackerDevice.h Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
clients.txt Initial revision 2000-10-04 01:14:41 +00:00
config_device.cxx device: Fix missing init_type for InputDeviceNode 2022-09-28 06:32:46 +02:00
config_device.h Merge branch 'input-overhaul' 2018-11-30 22:04:13 +01:00
dialNode.I Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
dialNode.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
dialNode.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
evdevInputDevice.I Merge branch 'master' into input-overhaul 2016-03-19 14:54:56 +01:00
evdevInputDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
evdevInputDevice.h Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
inputDevice.I Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
inputDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
inputDevice.h Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
inputDeviceManager.I input: new windows input manager based on raw input 2018-01-22 22:05:14 +01:00
inputDeviceManager.cxx device: Don't try to access raw input devices an Android 2021-12-12 14:27:56 +01:00
inputDeviceManager.h Fix heap alignment with SSE2 on 32-bit Windows by inheriting MemoryBase 2022-03-02 09:57:44 +01:00
inputDeviceNode.cxx device: fix small typo, fixes 1571 (#1572) 2023-11-18 11:49:53 +01:00
inputDeviceNode.h general: Mark many constructors as `explicit` 2023-08-02 08:18:43 +02:00
inputDeviceSet.I device: remove executable permissions from inputDeviceSet.* 2019-04-02 02:08:47 +02:00
inputDeviceSet.cxx device: remove executable permissions from inputDeviceSet.* 2019-04-02 02:08:47 +02:00
inputDeviceSet.h device: remove executable permissions from inputDeviceSet.* 2019-04-02 02:08:47 +02:00
ioKitInputDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
ioKitInputDevice.h device: Fix 10.15 segfault on USB hotplug 2020-01-21 14:52:01 +01:00
ioKitInputDeviceManager.cxx device: Do not enumerate keyboard/mouse devices on macOS by default 2022-01-22 15:45:00 +01:00
ioKitInputDeviceManager.h device: Fix 10.15 segfault on USB hotplug 2020-01-21 14:52:01 +01:00
linuxInputDeviceManager.cxx device: Support evdev gamepads on FreeBSD 2021-04-05 17:14:30 +02:00
linuxInputDeviceManager.h device: hide Steam Controller on Linux while Steam is running 2019-01-02 00:56:40 +01:00
linuxJoystickDevice.I Merge branch 'master' into input-overhaul 2016-03-19 14:54:56 +01:00
linuxJoystickDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
linuxJoystickDevice.h general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
p3device_composite1.cxx input: split out macOS implementation of device manager 2018-02-04 11:00:43 +01:00
p3device_composite2.cxx Build on Windows; add XInput gamepad implementation 2015-12-12 00:57:01 +01:00
phidsdi.h device: support digitizers via Win32 raw input API 2019-12-17 22:33:27 +01:00
trackerData.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
trackerData.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
trackerData.h Fix heap alignment with SSE2 on 32-bit Windows by inheriting MemoryBase 2022-03-02 09:57:44 +01:00
trackerNode.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
trackerNode.cxx device: Fix some includes 2018-12-28 20:59:09 -07:00
trackerNode.h Merge branch 'master' into input-overhaul 2018-06-08 15:23:47 +02:00
virtualMouse.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualMouse.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
winInputDeviceManager.cxx device: fix failure to open message-only window 2020-04-13 15:10:29 +02:00
winInputDeviceManager.h Fix includes for Windows on case-sensitive filesystems 2020-02-22 12:55:45 +01:00
winRawInputDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
winRawInputDevice.h device: Implement correct sign extension for Windows raw devices 2022-01-01 12:15:00 +01:00
xInputDevice.cxx Switch to UPPER_CASE convention for enum classes as per PEP-8 2023-08-02 11:16:54 +02:00
xInputDevice.h Fix includes for Windows on case-sensitive filesystems 2020-02-22 12:55:45 +01:00