X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c559c4b3efb01eceaeeb2a2bbc279cb9367e131c..0b59366faa1b3820dfc4f4ab130000f4e471e405:/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();