ObjFW  Diff

Differences From Artifact [9b1e5938fe]:

To Artifact [0113b75889]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 * 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/>.
 */

#include "config.h"

#import "HIDGameControllerAxis.h"

@implementation HIDGameControllerAxis
@synthesize value = _value;

- (OFString *)description
{
	return [OFString stringWithFormat: @"<%@: %@>", self.class, self.name];
}
@end







|

|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 * 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/>.
 */

#include "config.h"

#import "OHGameControllerAxis.h"

@implementation OHGameControllerAxis
@synthesize value = _value;

- (OFString *)description
{
	return [OFString stringWithFormat: @"<%@: %@>", self.class, self.name];
}
@end