mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-25 20:49:57 +03:00
Bro...
This commit is contained in:
parent
0cc48313c7
commit
d0dcb62c37
1 changed files with 5 additions and 0 deletions
|
@ -545,6 +545,11 @@ struct SoundId {
|
|||
|
||||
@safe @nogc nothrow:
|
||||
|
||||
/// Returns true if the sound associated with the resource identifier is paused.
|
||||
bool isPaused() {
|
||||
return getOr().isPaused;
|
||||
}
|
||||
|
||||
/// Returns true if the sound associated with the resource identifier is playing.
|
||||
bool isPlaying() {
|
||||
return getOr().isPlaying;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue