File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ On Android, the following events can be generated
471
471
Returns an event class that is correlated with the given event type. If the class to a given event type is not found,
472
472
but the type is within the range of valid values for the event type, a new subclass will be created.
473
473
474
- .. versionadded :: 2.5.2
474
+ .. versionadded :: 2.6.0
475
475
.. ## pygame.event.event_class ##
476
476
477
477
.. class :: Event
@@ -489,7 +489,7 @@ On Android, the following events can be generated
489
489
.. versionchanged :: 2.1.4 This class is also available through the ``pygame.Event``
490
490
alias.
491
491
492
- .. versionchanged :: 2.5.2 This class can be subclassed to create user-defined event types.
492
+ .. versionchanged :: 2.6.0 This class can be subclassed to create user-defined event types.
493
493
494
494
.. note ::
495
495
From version 2.1.3 ``EventType `` is an alias for ``Event ``. Beforehand,
You can’t perform that action at this time.
0 commit comments