Class InputUtils
Contains static methods and properties relater to the keyboard, mouse, touch and other input methods.
public static class InputUtils
- Inheritance
-
InputUtils
Methods
- Combine(KeyStates, KeyStates)
Combines two KeyStates values into one. This is useful, for example, when getting key modifiers (Alt, Control, Shift) state on platforms where left and right modifier keys have different codes.
- IsDigit(Key)
Gets whether the specified key is digit.
- IsNumPadDigit(Key)
Gets whether the specified key is a NumPad digit.