I've been looking at sf.Event documentation in the docs and I think this is missing:
CLOSED: 'Closed',
RESIZED: 'Resized',
LOST_FOCUS: 'Lost focus',
GAINED_FOCUS: 'Gained focus',
TEXT_ENTERED: 'Text entered',
KEY_PRESSED: 'Key pressed',
KEY_RELEASED: 'Key released',
MOUSE_WHEEL_MOVED: 'Mouse wheel moved',
MOUSE_BUTTON_PRESSED: 'Mouse button pressed',
MOUSE_BUTTON_RELEASED: 'Mouse button released',
MOUSE_MOVED: 'Mouse moved',
MOUSE_ENTERED: 'Mouse entered',
MOUSE_LEFT: 'Mouse left',
JOYSTICK_BUTTON_PRESSED: 'Joystick button pressed',
JOYSTICK_BUTTON_RELEASED: 'Joystick button released',
JOYSTICK_MOVED: 'Joystick moved',
JOYSTICK_CONNECTED: 'Joystick connected',
JOYSTICK_DISCONNECTED: 'Joystick disconnected'