libtcod-net
Keyboard Class
NamespaceslibtcodWrapperKeyboard
Holds static methods for interacting with keyboard
Declaration Syntax
C#
public static class Keyboard
Members
All MembersMethods



IconMemberDescription
CheckForKeypress(KeyPressType)
Non-blockingly check for user key press

DisableRepeat()()()
Disable all repeating of keystrokes

IsKeyPressed(KeyCode)
Determine if a given key is currently being pressed

SetRepeat(Int32, Int32)
Set repeat rate of keyboard

WaitForKeyPress(Boolean)
Block until user presses key

Inheritance Hierarchy
Object
Keyboard

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)