Click or drag to resize

KeyUtils Methods

Methods
  NameDescription
Public methodStatic memberHasPressed(KeyStateChangedEventArgs, Keys)
Checks if Keys have been pressed.
Public methodStatic memberHasPressed(Keys, Keys, Keys)
Checks if Keys have been pressed.
Public methodStatic memberHasReleased(KeyStateChangedEventArgs, Keys)
Checks if Keys have been released.
Public methodStatic memberHasReleased(Keys, Keys, Keys)
Checks if Keys have been released.
Public methodStatic memberIsHolding(KeyStateChangedEventArgs, Keys)
Checks if Keys are being hold.
Public methodStatic memberIsHolding(Keys, Keys, Keys)
Checks if Keys are being hold.
Top
See Also