RenderWindow Events

SFML.Net

RenderWindow Events

The RenderWindow type exposes the following members.

Events
  Name Description
Public event Closed
Event handler for the Closed event
(Inherited from Window.)
Public event GainedFocus
Event handler for the GainedFocus event
(Inherited from Window.)
Public event JoystickButtonPressed
Event handler for the JoystickButtonPressed event
(Inherited from Window.)
Public event JoystickButtonReleased
Event handler for the JoystickButtonReleased event
(Inherited from Window.)
Public event JoystickConnected
Event handler for the JoystickConnected event
(Inherited from Window.)
Public event JoystickDisconnected
Event handler for the JoystickDisconnected event
(Inherited from Window.)
Public event JoystickMoved
Event handler for the JoystickMoved event
(Inherited from Window.)
Public event KeyPressed
Event handler for the KeyPressed event
(Inherited from Window.)
Public event KeyReleased
Event handler for the KeyReleased event
(Inherited from Window.)
Public event LostFocus
Event handler for the LostFocus event
(Inherited from Window.)
Public event MouseButtonPressed
Event handler for the MouseButtonPressed event
(Inherited from Window.)
Public event MouseButtonReleased
Event handler for the MouseButtonReleased event
(Inherited from Window.)
Public event MouseEntered
Event handler for the MouseEntered event
(Inherited from Window.)
Public event MouseLeft
Event handler for the MouseLeft event
(Inherited from Window.)
Public event MouseMoved
Event handler for the MouseMoved event
(Inherited from Window.)
Public event MouseWheelMoved
Event handler for the MouseWheelMoved event
(Inherited from Window.)
Public event Resized
Event handler for the Resized event
(Inherited from Window.)
Public event SensorChanged
Event handler for the SensorChanged event
(Inherited from Window.)
Public event TextEntered
Event handler for the TextEntered event
(Inherited from Window.)
Public event TouchBegan
Event handler for the TouchBegan event
(Inherited from Window.)
Public event TouchEnded
Event handler for the TouchEnded event
(Inherited from Window.)
Public event TouchMoved
Event handler for the TouchMoved event
(Inherited from Window.)
Top
See Also