Skip to content

Commit eaeeb0b

Browse files
committed
Last bugfixes for v.0.0.2
1 parent cd95d16 commit eaeeb0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tinyui.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ enum class EventDataType : int32_t {
270270
FillState, ///< The fill state.
271271
KeyDownState, ///< The key down state.
272272
KeyUpState, ///< The key up state.
273-
Count ///< The number of event data if (Diff > TimeDiff) {
274-
types.
273+
Count ///< The number of event data
275274
};
276275

277276
/// @brief The event data struct.

0 commit comments

Comments
 (0)