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

Class XBOX360_OUT_RUMBLE

360Controller/ControlStruct.h:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60// Structure describing the command to change rumble motor status
61typedef struct XBOX360_OUT_RUMBLE {
62 XBOX360_PACKET header;
63 Xbox360_Byte reserved1;
64 Xbox360_Byte big,little;
65 Xbox360_Byte reserved[3];
66} PACKED XBOX360_OUT_RUMBLE;
67
68// Enumeration of command types
69enum CommandTypes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected