SFML Data Structures

Here are the data structures with brief descriptions:
sfColorSfColor is an utility class for manipulating colors
sfEventSfEvent defines a system event and its parameters
sfEvent::JoyButtonEventJoystick buttons events parameters
sfEvent::JoyMoveEventJoystick axis move event parameters
sfEvent::KeyEventKeyboard event parameters
sfEvent::MouseButtonEventMouse buttons events parameters
sfEvent::MouseMoveEventMouse move event parameters
sfEvent::MouseWheelEventMouse wheel events parameters
sfEvent::SizeEventSize events parameters
sfEvent::TextEventText event parameters
sfFloatRectSfFloatRect and sfIntRect are utility classes for manipulating rectangles
sfIntRect
sfIPAddressSfIPAddress provides easy manipulation of IP v4 addresses
sfSoundStreamChunkSfSoundStreamChunk defines the data to fill by the OnGetData callback
sfVideoModeSfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting modes supported by the display device
sfWindowSettingsStructure defining the window's creation settings