C# Class SFML.Window.KeyEvent

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Alt int
Code Keyboard.Key
Control int
Shift int
System int

Property Details

Alt public property

Is the Alt modifier pressed?
public int Alt
return int

Code public property

Code of the key (see KeyCode enum)
public Keyboard.Key Code
return Keyboard.Key

Control public property

Is the Control modifier pressed?
public int Control
return int

Shift public property

Is the Shift modifier pressed?
public int Shift
return int

System public property

Is the System modifier pressed?
public int System
return int