Jypeli  9
The simple game programming library
Jypeli.Keyboard Jäsenlista

Tämä on lista kaikista jäsenistä luokassa Jypeli.Keyboard, sisältäen kaikki perityt jäsenet.

GetKeyName(Key k)Jypeli.Keyboardprivate
GetKeyState(Key k)Jypeli.Keyboard
GetState()Jypeli.Keyboardpackage
IsAltDown()Jypeli.Keyboard
IsCtrlDown()Jypeli.Keyboard
IsShiftDown()Jypeli.Keyboard
Keyboard()Jypeli.Keyboardpackage
Listen(Key k, ButtonState state, Action handler, string helpText)Jypeli.Keyboard
Listen< T >(Key k, ButtonState state, Action< T > handler, string helpText, T p)Jypeli.Keyboard
Listen< T1, T2 >(Key k, ButtonState state, Action< T1, T2 > handler, string helpText, T1 p1, T2 p2)Jypeli.Keyboard
Listen< T1, T2, T3 >(Key k, ButtonState state, Action< T1, T2, T3 > handler, string helpText, T1 p1, T2 p2, T3 p3)Jypeli.Keyboard
Listen< T1, T2, T3, T4 >(Key k, ButtonState state, Action< T1, T2, T3, T4 > handler, string helpText, T1 p1, T2 p2, T3 p3, T4 p4)Jypeli.Keyboard
ListenArrows(ButtonState state, Action< Vector > handler, String helpText)Jypeli.Keyboard
ListenArrows< T1 >(ButtonState state, Action< Vector, T1 > handler, String helpText, T1 p1)Jypeli.Keyboard
ListenArrows< T1, T2 >(ButtonState state, Action< Vector, T1, T2 > handler, String helpText, T1 p1, T2 p2)Jypeli.Keyboard
ListenArrows< T1, T2, T3 >(ButtonState state, Action< Vector, T1, T2, T3 > handler, String helpText, T1 p1, T2 p2, T3 p3)Jypeli.Keyboard
ListenWSAD(ButtonState state, Action< Vector > handler, String helpText)Jypeli.Keyboard
ListenWSAD< T1 >(ButtonState state, Action< Vector, T1 > handler, String helpText, T1 p1)Jypeli.Keyboard
ListenWSAD< T1, T2 >(ButtonState state, Action< Vector, T1, T2 > handler, String helpText, T1 p1, T2 p2)Jypeli.Keyboard
ListenWSAD< T1, T2, T3 >(ButtonState state, Action< Vector, T1, T2, T3 > handler, String helpText, T1 p1, T2 p2, T3 p3)Jypeli.Keyboard
MakeTriggerRule(Key k, ButtonState state)Jypeli.Keyboardprivate
TextInputJypeli.Keyboard