Keyboard Class

SFML.Net

Keyboard Class
Give access to the real-time state of the keyboard
Inheritance Hierarchy
SystemObject  SFML.WindowKeyboard

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static class Keyboard
Public NotInheritable Class Keyboard
public ref class Keyboard abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Keyboard =  class end

The Keyboard type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsKeyPressed
Check if a key is pressed
Top
See Also