ObjFW  Diff

Differences From Artifact [1ef9eba7af]:

To Artifact [30201f00f5]:


109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
		[pressedButtons addObject: @"Y"];

	[pressedButtons makeImmutable];

	return pressedButtons;
}

- (size_t)numAxes
{
	return 0;
}

- (OFPoint)positionOfAxisWithIndex: (size_t)index
{
	@throw [OFOutOfRangeException exception];
}
@end







|




|




109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
		[pressedButtons addObject: @"Y"];

	[pressedButtons makeImmutable];

	return pressedButtons;
}

- (size_t)numAnalogSticks
{
	return 0;
}

- (OFPoint)positionOfAnalogStickWithIndex: (size_t)index
{
	@throw [OFOutOfRangeException exception];
}
@end