MCPcopy Create free account
hub / github.com/360Controller/360Controller / XBOX360_PACKET

Class XBOX360_PACKET

360Controller/ControlStruct.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34// Common structure format
35typedef struct XBOX360_PACKET {
36 Xbox360_Byte command;
37 Xbox360_Byte size;
38} PACKED XBOX360_PACKET;
39
40// Analog stick format
41typedef struct XBOX360_HAT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected