Click or drag to resize

CustomPlatformUnifiedMouseSource Class

Inheritance Hierarchy
SystemObject
  Rewired.Platforms.CustomCustomPlatformUnifiedControllerSource
    Rewired.Platforms.CustomCustomPlatformUnifiedMouseSource

Namespace:  Rewired.Platforms.Custom
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class CustomPlatformUnifiedMouseSource : CustomPlatformUnifiedControllerSource

The CustomPlatformUnifiedMouseSource type exposes the following members.

Constructors
  NameDescription
Public methodCustomPlatformUnifiedMouseSource
Constructor.
Top
Properties
  NameDescription
Public propertyaxisCount
Number of axes.
(Inherited from CustomPlatformUnifiedControllerSource.)
Public propertybuttonCount
Number of buttons / keys.
(Inherited from CustomPlatformUnifiedControllerSource.)
Public propertycontrollerExtension
Controller extension.
(Inherited from CustomPlatformUnifiedControllerSource.)
Public propertymousePosition
Mouse screen position in pixels.
Top
See Also