ObjFW  Diff

Differences From Artifact [3b9ea1e52c]:

To Artifact [fd11aae561]:


51
52
53
54
55
56
57
58
59
60
61
62
63

/**
 * @brief Whether the game controller element is analog.
 */
@property (readonly, nonatomic, getter=isAnalog) bool analog;

- (instancetype)init OF_UNAVAILABLE;

- (instancetype)initWithName: (OFString *)name
		      analog: (bool)analog OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END







<
<
<



51
52
53
54
55
56
57



58
59
60

/**
 * @brief Whether the game controller element is analog.
 */
@property (readonly, nonatomic, getter=isAnalog) bool analog;

- (instancetype)init OF_UNAVAILABLE;



@end

OF_ASSUME_NONNULL_END