InteractiveState ClassDelta Engine Documentation
Holds information about the state of a control - eg. is the mouse/touch inside of it, or does the control have focus etc. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Scenes.Controls InteractiveState

Namespace: DeltaEngine.Scenes.Controls
Assembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class InteractiveState

The InteractiveState type exposes the following members.

Constructors

  NameDescription
Public methodInteractiveState
Initializes a new instance of the InteractiveState class
Top
Properties

  NameDescription
Public propertyCanHaveFocus
Public propertyDragDelta
Public propertyDragDone
Public propertyDragEnd
Public propertyDragStart
Public propertyHasFocus
Public propertyIsInside
Public propertyIsPressed
Public propertyIsSelected
Public propertyRelativePointerPosition
Public propertyWantsFocus
Top
See Also