Show / Hide Table of Contents

Class ControllerState

Inheritance
object
ControllerState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public class ControllerState

Constructors

| Edit this page View Source

ControllerState()

Declaration
public ControllerState()

Properties

| Edit this page View Source

ButtonCircle

Declaration
public bool ButtonCircle { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ButtonCross

Declaration
public bool ButtonCross { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ButtonSquare

Declaration
public bool ButtonSquare { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ButtonTriangle

Declaration
public bool ButtonTriangle { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ChatIndicated

Declaration
public short ChatIndicated { get; set; }
Property Value
Type Description
short
| Edit this page View Source

DPadDown

Declaration
public short DPadDown { get; set; }
Property Value
Type Description
short
| Edit this page View Source

DPadLeft

Declaration
public short DPadLeft { get; set; }
Property Value
Type Description
short
| Edit this page View Source

DPadRight

Declaration
public short DPadRight { get; set; }
Property Value
Type Description
short
| Edit this page View Source

DPadUp

Declaration
public short DPadUp { get; set; }
Property Value
Type Description
short
| Edit this page View Source

LeftShoulder1

Declaration
public bool LeftShoulder1 { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

LeftSould2

Declaration
public short LeftSould2 { get; set; }
Property Value
Type Description
short
| Edit this page View Source

LeftStickX

Declaration
public short LeftStickX { get; set; }
Property Value
Type Description
short
| Edit this page View Source

LeftStickY

Declaration
public short LeftStickY { get; set; }
Property Value
Type Description
short
| Edit this page View Source

PedWalk

Declaration
public bool PedWalk { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

RadioTrackSkip

Declaration
public short RadioTrackSkip { get; set; }
Property Value
Type Description
short
| Edit this page View Source

RightShoulder1

Declaration
public bool RightShoulder1 { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

RightShoulder2

Declaration
public short RightShoulder2 { get; set; }
Property Value
Type Description
short
| Edit this page View Source

RightStickX

Declaration
public short RightStickX { get; set; }
Property Value
Type Description
short
| Edit this page View Source

RightStickY

Declaration
public short RightStickY { get; set; }
Property Value
Type Description
short
| Edit this page View Source

Select

Declaration
public short Select { get; set; }
Property Value
Type Description
short
| Edit this page View Source

ShockButtonL

Declaration
public bool ShockButtonL { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ShockButtonR

Declaration
public short ShockButtonR { get; set; }
Property Value
Type Description
short
| Edit this page View Source

Start

Declaration
public short Start { get; set; }
Property Value
Type Description
short
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX