C# Class SFML.Window.KeyEvent

Exibir arquivo 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_oe property

Is the Alt modifier pressed?
public int Alt
return int

Code public_oe property

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

Control public_oe property

Is the Control modifier pressed?
public int Control
return int

Shift public_oe property

Is the Shift modifier pressed?
public int Shift
return int

System public_oe property

Is the System modifier pressed?
public int System
return int