C# Class EmptyKeys.UserInterface.Input.TouchStateBase

Implements abstract Touch state
Show file Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
TouchStateBase ( )

Initializes a new instance of the TouchStateBase class.

Update ( ) : void

Updates this instance.

Method Details

TouchStateBase() public method

Initializes a new instance of the TouchStateBase class.
public TouchStateBase ( )

Update() public abstract method

Updates this instance.
public abstract Update ( ) : void
return void