Differences From Artifact [4b9a80f5a0]:
- File src/hid/OHRightJoyCon+Private.h — part of check-in [146b11b201] at 2024-07-04 18:45:37 on branch trunk — Make conformance to OHEvdevMapping private (user: js, size: 1003) [annotate] [blame] [check-ins using]
To Artifact [802121ee0a]:
- File
src/hid/OHRightJoyCon+Private.h
— part of check-in
[bc3a7747d9]
at
2024-11-03 15:46:25
on branch trunk
— ObjFWHID: Properly hide private methods
Also fixes compiling XInput with GCC. (user: js, size: 1081) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 28 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + - - - + + + + | #if defined(OF_LINUX) && defined(OF_HAVE_FILES) # import "OHEvdevGameController.h" #endif OF_ASSUME_NONNULL_BEGIN @interface OHRightJoyCon () #if defined(OF_LINUX) && defined(OF_HAVE_FILES) |