Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Attributes | List of all members
SoundEventInfo Struct Reference
Collaboration diagram for SoundEventInfo:
Collaboration graph
[legend]

Public Attributes

long eventCode
 what type of event occurred, one of the SoundEvent_Xxx enum values
 
Soundsound
 what sound did the event happen to
 

Member Data Documentation

long eventCode

what type of event occurred, one of the SoundEvent_Xxx enum values

Sound* sound

what sound did the event happen to