JoyCon.NET
Public Member Functions | Properties
ButtonsSimple Class Reference

Buttons state, simple version. More...

Public Member Functions

override string ToString ()
 

Properties

bool Down [get]
 Gets the state of the lower button ("Down" or "A") as when controller is held sideways. More...
 
bool Right [get]
 Gets the state of the right button ("Right" or "X") as when controller is held sideways. More...
 
bool Left [get]
 Gets the state of the left button ("Left" or "B") as when controller is held sideways. More...
 
bool Up [get]
 Gets the state of the upper button ("Up" or "Y") as when controller is held sideways. More...
 
bool SL [get]
 Button SL pressed. More...
 
bool SR [get]
 Button SR pressed. More...
 
bool Minus [get]
 Button Minus pressed. More...
 
bool Plus [get]
 Button Plus pressed. More...
 
bool LStickClick [get]
 Left stick pressed. More...
 
bool RStickClick [get]
 Right stickpressed. More...
 
bool Home [get]
 Button Home pressed. More...
 
bool Capture [get]
 Button Capture pressed. More...
 
bool LorR [get]
 Button L or R pressed. More...
 
bool ZLorZR [get]
 Button ZL or ZR pressed. More...
 

Detailed Description

Buttons state, simple version.

Property Documentation

◆ Down

bool ButtonsSimple.Down
get

Gets the state of the lower button ("Down" or "A") as when controller is held sideways.

◆ Right

bool ButtonsSimple.Right
get

Gets the state of the right button ("Right" or "X") as when controller is held sideways.

◆ Left

bool ButtonsSimple.Left
get

Gets the state of the left button ("Left" or "B") as when controller is held sideways.

◆ Up

bool ButtonsSimple.Up
get

Gets the state of the upper button ("Up" or "Y") as when controller is held sideways.

◆ SL

bool ButtonsSimple.SL
get

Button SL pressed.

◆ SR

bool ButtonsSimple.SR
get

Button SR pressed.

◆ Minus

bool ButtonsSimple.Minus
get

Button Minus pressed.

◆ Plus

bool ButtonsSimple.Plus
get

Button Plus pressed.

◆ LStickClick

bool ButtonsSimple.LStickClick
get

Left stick pressed.

◆ RStickClick

bool ButtonsSimple.RStickClick
get

Right stickpressed.

◆ Home

bool ButtonsSimple.Home
get

Button Home pressed.

◆ Capture

bool ButtonsSimple.Capture
get

Button Capture pressed.

◆ LorR

bool ButtonsSimple.LorR
get

Button L or R pressed.

◆ ZLorZR

bool ButtonsSimple.ZLorZR
get

Button ZL or ZR pressed.