Module: SFML::C::Audio
- Extended by:
- FFI::Library
- Defined in:
- lib/sfml/c/audio.rb
Constant Summary collapse
- STATUSES =
sfSoundStatus = { sfStopped, sfPaused, sfPlaying } in that order.
%i[stopped paused playing].freeze
sfSoundStatus = { sfStopped, sfPaused, sfPlaying } in that order.
%i[stopped paused playing].freeze