Differences From Artifact [d1a844bf10]:
- File
src/hid/ObjFWHID.h
— 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: 913) [annotate] [blame] [check-ins using]
To Artifact [2704e96f7e]:
- File
src/hid/ObjFWHID.h
— part of check-in
[afae3291bf]
at
2024-06-03 19:39:51
on branch trunk
— ObjFWHID: Change prefix to OH
Let's leave 3 letter prefixes to 3rd parties. (user: js, size: 908) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | * version 3.0 for more details. * * You should have received a copy of the GNU Lesser General Public License * version 3.0 along with this program. If not, see * <https://www.gnu.org/licenses/>. */ | | | | | | | 13 14 15 16 17 18 19 20 21 22 23 24 | * version 3.0 for more details. * * You should have received a copy of the GNU Lesser General Public License * version 3.0 along with this program. If not, see * <https://www.gnu.org/licenses/>. */ #import "OHGameController.h" #import "OHGameControllerElement.h" #import "OHGameControllerButton.h" #import "OHGameControllerAxis.h" #import "OHGameControllerDirectionalPad.h" |