ObjFW  Diff

Differences From Artifact [a67f0beecf]:

To Artifact [ab4d725506]:


170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
	return true;
}

- (bool)hasRightAnalogStick
{
	return false;
}

- (float)pressureForButton: (OFGameControllerButton)button
{
	return ([self.pressedButtons containsObject: button] ? 1 : 0);
}

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







<
<
<
<
<
<
<
<
<
<

170
171
172
173
174
175
176










177
	return true;
}

- (bool)hasRightAnalogStick
{
	return false;
}










@end