wxMediaState for wxMediaCtrl

BlitzMax Forums/Brucey's Modules/wxMediaState for wxMediaCtrl

DavidDC(Posted 2009) [#1]
I think it's missing Brucey.

	Const	wxMEDIASTATE_STOPPED:Int = 0,..
		wxMEDIASTATE_PAUSED:Int  = 1,..
    		wxMEDIASTATE_PLAYING:Int = 2



Brucey(Posted 2009) [#2]
Oops. Bit of an oversight there.

Thanks!

and Fixed...


DavidDC(Posted 2009) [#3]
:-) thanks!