USB Host Shield 2.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
touchpadXY Struct Reference

#include <PS4Parser.h>

Public Attributes

uint8_t dummy
 
struct { 
 
   uint8_t   counter: 7 
 
   uint8_t   touching: 1 
 
   uint16_t   x: 12 
 
   uint16_t   y: 12 
 
finger [2] 
 

Detailed Description

Definition at line 74 of file PS4Parser.h.

Member Data Documentation

◆ dummy

uint8_t touchpadXY::dummy

Definition at line 75 of file PS4Parser.h.

◆ counter

uint8_t touchpadXY::counter

Definition at line 77 of file PS4Parser.h.

◆ touching

uint8_t touchpadXY::touching

Definition at line 78 of file PS4Parser.h.

◆ x

uint16_t touchpadXY::x

Definition at line 79 of file PS4Parser.h.

◆ y

uint16_t touchpadXY::y

Definition at line 80 of file PS4Parser.h.

◆ [struct]

struct { ... } touchpadXY::finger[2]

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