X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c559c4b3efb01eceaeeb2a2bbc279cb9367e131c..b83b7724da8055ee1c34c8215c853c67e1947d2e:/interface/wx/sound.h diff --git a/interface/wx/sound.h b/interface/wx/sound.h index 5f2c78300b..36502095e2 100644 --- a/interface/wx/sound.h +++ b/interface/wx/sound.h @@ -72,7 +72,12 @@ public: /** Returns @true if a sound is played at the moment. - This method is currently not implemented under Windows. + + This method is currently not available under Windows and may not be + always implemented in Unix ports depending on the compilation options + used (in this case it just always returns @false). + + @onlyfor{wxgtk,wxosx} */ static bool IsPlaying();