mirror of
https://github.com/Kapendev/parin.git
synced 2025-05-02 07:59: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:
|
@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.
|
/// Returns true if the sound associated with the resource identifier is playing.
|
||||||
bool isPlaying() {
|
bool isPlaying() {
|
||||||
return getOr().isPlaying;
|
return getOr().isPlaying;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue