Sunshine master
Self-hosted game stream host for Moonlight.
stream::control_adaptive_triggers_t Struct Reference

Control payload that configures DualSense adaptive triggers. More...

Collaboration diagram for stream::control_adaptive_triggers_t:
[legend]

Public Attributes

std::uint8_t event_flags
 
control_header_v2 header
 Control message header preceding this payload.
 
std::uint16_t id
 Controller identifier associated with this message.
 
std::uint8_t left [DS_EFFECT_PAYLOAD_SIZE]
 Left adaptive-trigger effect payload.
 
std::uint8_t right [DS_EFFECT_PAYLOAD_SIZE]
 Right adaptive-trigger effect payload.
 
std::uint8_t type_left
 Adaptive-trigger mode for the left trigger.
 
std::uint8_t type_right
 Adaptive-trigger mode for the right trigger.
 

Detailed Description

Control payload that configures DualSense adaptive triggers.

Member Data Documentation

◆ event_flags

std::uint8_t stream::control_adaptive_triggers_t::event_flags

0x04 - Right trigger 0x08 - Left trigger


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