Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.Button Class Reference

Represents a single discrete button. More...

Inheritance diagram for GameAPI.Button:
GameAPI.Control

Properties

bool IsDown [get]
 True if this button is currently pressed, otherwise false. More...
 
bool JustPressed [get]
 True if this was pressed since the previous update. More...
 
bool JustReleased [get]
 True if this was released since the previous update. More...
 

Detailed Description

Represents a single discrete button.

Property Documentation

bool GameAPI.Button.IsDown
get

True if this button is currently pressed, otherwise false.

bool GameAPI.Button.JustPressed
get

True if this was pressed since the previous update.

bool GameAPI.Button.JustReleased
get

True if this was released since the previous update.