KeyEventArgs Fields

SFML.Net

KeyEventArgs Fields

The KeyEventArgs type exposes the following members.

Fields
  Name Description
Public field Alt
Is the Alt modifier pressed?
Public field Code
Code of the key (see KeyCode enum)
Public field Control
Is the Control modifier pressed?
Public field Shift
Is the Shift modifier pressed?
Public field System
Is the System modifier pressed?
Top
See Also