ControlUpdater ClassDelta Engine Documentation
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

System Object
  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

public class ControlUpdater : UpdateBehavior

The ControlUpdater type exposes the following members.

Constructors

  NameDescription
Public methodControlUpdater
Initializes a new instance of the ControlUpdater class
Top
Methods

  NameDescription
Public methodUpdate (Overrides UpdateBehavior Update(IEnumerable Entity ).)
Top
See Also