RetroArch
Public Attributes | List of all members
classic_ctrl_t Struct Reference

Classic controller expansion device. More...

#include <wiiuse.h>

Collaboration diagram for classic_ctrl_t:
[legend]

Public Attributes

short btns
 
short btns_last
 
short btns_held
 
short btns_released
 
ubyte rs_raw
 
ubyte ls_raw
 
float r_shoulder
 
float l_shoulder
 
struct joystick_t ljs
 
struct joystick_t rjs
 
ubyte type
 

Detailed Description

Classic controller expansion device.

Member Data Documentation

◆ btns

short classic_ctrl_t::btns

what buttons have just been pressed

◆ btns_held

short classic_ctrl_t::btns_held

what buttons are being held down

◆ btns_last

short classic_ctrl_t::btns_last

what buttons have just been pressed

◆ btns_released

short classic_ctrl_t::btns_released

what buttons were just released this

◆ l_shoulder

float classic_ctrl_t::l_shoulder

left shoulder button (range 0-1)

◆ ljs

struct joystick_t classic_ctrl_t::ljs

left joystick calibration

◆ ls_raw

ubyte classic_ctrl_t::ls_raw

◆ r_shoulder

float classic_ctrl_t::r_shoulder

right shoulder button (range 0-1)

◆ rjs

struct joystick_t classic_ctrl_t::rjs

right joystick calibration

◆ rs_raw

ubyte classic_ctrl_t::rs_raw

◆ type

ubyte classic_ctrl_t::type

original, pro, wiiu pro


The documentation for this struct was generated from the following file: