forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
_SNDPAUSED
Cory Smith edited this page Sep 1, 2022
·
3 revisions
The _SNDPAUSED function checks if a sound is paused. Uses a handle parameter passed from _SNDOPEN.
isPaused%% = _SNDPAUSED(handle&)
- Returns true (-1) if the sound is paused. False (0) if not paused.
PRINT _SNDPAUSED(h&)