SFML.Net
SFML.Window Namespace |
[Missing <summary> documentation for "N:SFML.Window"]

Class | Description | |
---|---|---|
![]() |
Joystick |
Give access to the real-time state of the joysticks
|
![]() |
JoystickButtonEventArgs |
Joystick buttons event parameters
|
![]() |
JoystickConnectEventArgs |
Joystick connection/disconnection event parameters
|
![]() |
JoystickMoveEventArgs |
Joystick axis move event parameters
|
![]() |
Keyboard |
Give access to the real-time state of the keyboard
|
![]() |
KeyEventArgs |
Keyboard event parameters
|
![]() |
Mouse |
Give access to the real-time state of the mouse
|
![]() |
MouseButtonEventArgs |
Mouse buttons event parameters
|
![]() |
MouseMoveEventArgs |
Mouse move event parameters
|
![]() |
MouseWheelEventArgs |
Mouse wheel event parameters
|
![]() |
Sensor |
Give access to the real-time state of sensors
|
![]() |
SensorEventArgs |
Sensor event parameters
|
![]() |
SizeEventArgs |
Size event parameters
|
![]() |
StreamAdaptor |
Adapts a System.IO.Stream to be usable as a SFML InputStream
|
![]() |
TextEventArgs |
Text event parameters
|
![]() |
Touch |
Give access to the real-time state of the touches
|
![]() |
TouchEventArgs |
Touch event parameters
|
![]() |
Window |
Window is a rendering window ; it can create a new window
or connect to an existing one
|

Structure | Description | |
---|---|---|
![]() |
ContextSettings |
Structure defining the creation settings of OpenGL contexts
|
![]() |
Event |
Event defines a system event and its parameters
|
![]() |
InputStream |
Structure that contains InputStream callbacks
(directly maps to a CSFML sfInputStream)
|
![]() |
JoystickIdentification |
Identification holds a joystick's identification
|
![]() |
JoystickButtonEvent |
Joystick buttons event parameters
|
![]() |
JoystickConnectEvent |
Joystick connect event parameters
|
![]() |
JoystickMoveEvent |
Joystick axis move event parameters
|
![]() |
KeyEvent |
Keyboard event parameters
|
![]() |
MouseButtonEvent |
Mouse buttons event parameters
|
![]() |
MouseMoveEvent |
Mouse move event parameters
|
![]() |
MouseWheelEvent |
Mouse wheel event parameters
|
![]() |
SensorEvent |
Sensor event parameters
|
![]() |
SizeEvent |
Size event parameters
|
![]() |
TextEvent |
Text event parameters
|
![]() |
TouchEvent |
Touch event parameters
|
![]() |
VideoMode |
VideoMode defines a video mode (width, height, bpp, frequency)
and provides static functions for getting modes supported
by the display device
|

Delegate | Description | |
---|---|---|
![]() |
InputStreamGetSizeCallbackType |
Type of callback to return the current stream's size
|
![]() |
InputStreamReadCallbackType |
Type of callback to read data from the current stream
|
![]() |
InputStreamSeekCallbackType |
Type of callback to seek the current stream's position
|
![]() |
InputStreamTellCallbackType |
Type of callback to return the current stream's position
|

Enumeration | Description | |
---|---|---|
![]() |
EventType |
Enumeration of the different types of events
|
![]() |
JoystickAxis |
Axes supported by SFML joysticks
|
![]() |
KeyboardKey |
Key codes
|
![]() |
MouseButton |
Mouse buttons
|
![]() |
SensorType |
Sensor types
|
![]() |
Styles |
Enumeration of window creation styles
|