Click or drag to resize
DigitalRuneInputSettings Class
Defines settings for the input service.
Inheritance Hierarchy
SystemObject
  DigitalRune.Game.InputInputSettings

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public class InputSettings

The InputSettings type exposes the following members.

Constructors
  NameDescription
Public methodInputSettings
Initializes a new instance of the InputSettings class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDoubleClickSize
Gets or sets the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks a double-click.
Public propertyDoubleClickTime
Gets or sets the double click time interval which defines the time that is allowed between two clicks to still count as a double click.
Public propertyGamePadDeadZone
Gets or sets the type of gamepad dead zone processing that is used for analog sticks of the gamepads. (Not available in Silverlight.)
Public propertyMouseCenter
Gets or sets the mouse center for the mouse centering.
Public propertyRepetitionDelay
Gets or sets the repetition start delay for virtual key or button presses.
Public propertyRepetitionInterval
Gets or sets the repetition interval for virtual key or button presses.
Public propertyThumbstickThreshold
Gets or sets the thumbstick threshold for detecting thumbstick button presses.
Public propertyTriggerThreshold
Gets or sets the trigger threshold for detecting button presses.
Top
See Also