Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
InputComponent
C# Class InputComponent, RoguelikeECS
Show file
Open project: Macoron/RoguelikeECS
Class Usage Examples
Public Properties
Property
Type
Description
downPressed
bool
leftPressed
bool
rightPressed
bool
upPressed
bool
Property Details
downPressed
public property
public
bool
downPressed
return
bool
leftPressed
public property
public
bool
leftPressed
return
bool
rightPressed
public property
public
bool
rightPressed
return
bool
upPressed
public property
public
bool
upPressed
return
bool