_SNDPAUSED - mkilgore/QB64pe GitHub Wiki
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&) '' '' |
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page