Contents
Index
SFML-2.3.2.2: SFML bindings
Safe Haskell
Safe-Inferred
Language
Haskell98
SFML.Window.Event
Documentation
data
SFEvent
Constructors
SFEvtClosed
SFEvtResized
Fields
width
::
Int
height
::
Int
SFEvtLostFocus
SFEvtGainedFocus
SFEvtTextEntered
Fields
text
::
String
SFEvtKeyPressed
Fields
code
::
KeyCode
alt
::
Bool
ctrl
::
Bool
shift
::
Bool
sys
::
Bool
SFEvtKeyReleased
Fields
code
::
KeyCode
alt
::
Bool
ctrl
::
Bool
shift
::
Bool
sys
::
Bool
SFEvtMouseWheelMoved
Fields
moveDelta
::
Int
x
::
Int
y
::
Int
SFEvtMouseWheelScrolled
Fields
wheel
::
MouseWheel
scrollDelta
::
Float
x
::
Int
y
::
Int
SFEvtMouseButtonPressed
Fields
button
::
MouseButton
x
::
Int
y
::
Int
SFEvtMouseButtonReleased
Fields
button
::
MouseButton
x
::
Int
y
::
Int
SFEvtMouseMoved
Fields
x
::
Int
y
::
Int
SFEvtMouseEntered
SFEvtMouseLeft
SFEvtJoystickButtonPressed
Fields
joystickId
::
Int
joystickBt
::
Int
SFEvtJoystickButtonReleased
Fields
joystickId
::
Int
joystickBt
::
Int
SFEvtJoystickMoved
Fields
joystickId
::
Int
joystickAxis
::
JoystickAxis
position
::
Float
SFEvtJoystickConnected
Fields
joystickId
::
Int
SFEvtJoystickDisconnected
Fields
joystickId
::
Int
Instances
Eq
SFEvent
Show
SFEvent
Storable
SFEvent