Click or drag to resize
DigitalRuneIUIService Interface
Provides the ability to configure and control the graphical user interface.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public interface IUIService

The IUIService type exposes the following members.

Properties
  NameDescription
Public propertyCursor
Gets or sets the mouse cursor, overriding the default mouse cursor.
Public propertyGameForm
Gets the Form of the XNA Game.
Public propertyInputService
Gets the input service.
Public propertyKeyMap
Gets or sets the key map that translates Keys to characters.
Public propertyScreens
Gets the UIScreens.
Top
Remarks
UIScreens can be added to the Screens collection. Screens are automatically updated. But screens are not automatically drawn! Draw(TimeSpan) must be called manually.
See Also