DSFML
DSFML copied to clipboard
Rename EventType to just Type
EventType is a little verbose and a little annoying to type. Especially if you have to do something like Event.EventType.XXXX. I think that it should be renamed to just Type, which should should be just as clear and is a little easier to type (e.g., Event.Type.XXXX).