Метод | Описание | |
---|---|---|
UpdateEnd ( ) : void | ||
UpdateStart ( ) : void | ||
currentKeysPressed ( ) : Keys[] | ||
isKeyDown ( Keys key ) : bool | ||
isKeyPressed ( Keys key ) : bool | ||
isKeyReleased ( Keys key ) : bool | ||
isKeyUp ( Keys key ) : bool |
public static currentKeysPressed ( ) : Keys[] | ||
Результат | Keys[] |
public static isKeyDown ( Keys key ) : bool | ||
key | Keys | |
Результат | bool |
public static isKeyPressed ( Keys key ) : bool | ||
key | Keys | |
Результат | bool |
public static isKeyReleased ( Keys key ) : bool | ||
key | Keys | |
Результат | bool |
public static isKeyUp ( Keys key ) : bool | ||
key | Keys | |
Результат | bool |