SF::Event::KeyEvent
Inherits SF::Event / Struct / Value / Object
Keyboard event parameters (see KeyPressed, KeyReleased)
Constructors
new
SourceInstance methods
alt=(alt : Bool)
Sourcecode=(code : Keyboard::Key)
Sourcecontrol=(control : Bool)
Sourcedup
Returns a shallow copy of this object.
Because Value is a value type, this method returns self,
which already involves a shallow copy of this object because
value types are passed by value.
shift=(shift : Bool)
Sourcesystem=(system : Bool)
Source