ObjFW  Diff

Differences From Artifact [9294d80bc8]:

To Artifact [ca22ee2dc5]:


143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
	return false;
}

- (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







<
<
<
<
<
<
<
<
<
<

143
144
145
146
147
148
149










150
	return false;
}

- (bool)hasRightAnalogStick
{
	return false;
}










@end