aboutsummaryrefslogtreecommitdiffstats
path: root/alc/events.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a type alias for ALC event bit masksChris Robinson2023-07-101-1/+2
|
* Specify the device type for the event callbackChris Robinson2023-06-011-3/+8
|
* Fix alc::Event declarationChris Robinson2023-05-301-2/+2
|
* Add a callback to report system device changesChris Robinson2023-05-301-0/+36
Devices being added or removed, or the default device changing. Not all backends report this (none do currently), but it'll be supported where it can.