Differences From Artifact [fb0b1a22a4]:
- File
src/hid/HIDGameControllerEmulatedButton.m
— part of check-in
[39639cd987]
at
2024-06-02 21:24:25
on branch trunk
— Completely redesign and rewrite ObjFWHID
Right now only evdev is supported, support for others will be added back
later. (user: js, size: 1638) [annotate] [blame] [check-ins using]
To Artifact [921a669bf3]:
- File src/hid/HIDGameControllerEmulatedButton.m — part of check-in [112d9a496f] at 2024-06-02 22:17:11 on branch trunk — Fix missing import and fix typo (user: js, size: 1623) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | #include "config.h" #import "HIDGameControllerEmulatedButton.h" #import "HIDGameControllerAxis.h" @implementation HIDGameControllerEmulatedButton: HIDGameControllerButton |
︙ |