Searched defs:HapticEvent (Results 1 – 1 of 1) sorted by relevance
219 struct HapticEvent { struct221 enum EVENT_TYPE type;223 int32_t time;225 int32_t duration;227 int32_t intensity;251 struct HapticEvent events[]; argument