[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] events with same value



If you run this snippet:
--
import pygame
print pygame.ACTIVEEVENT, pygame.HAT_UP
--
you will see that both these events have the same value.

Is this a problem, or am I missing something?

Sw.