Enables a control to respond to mouse and touch input. Also processes controls anchored to
other controls or the screen edge
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Scenes.Controls ControlUpdater
Namespace: DeltaEngine.Scenes.Controls
Assembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ControlUpdater type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ControlUpdater | Initializes a new instance of the ControlUpdater class |
Methods
Name | Description | |
---|---|---|
Update | (Overrides UpdateBehavior Update(IEnumerable Entity ).) |
See Also