Click or drag to resize
DigitalRunePressType Enumeration
Defines the type of a key or button press.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public enum PressType
Members
  Member nameValueDescription
Down0 The button is currently held down.
Press1 The button was up in the previous frame and is pressed down in this frame.
DoubleClick2 The button was pressed twice within a short time.
See Also