driver.bmx 459 B

12345678910111213141516171819202122
  1. Strict
  2. Type TSystemDriver
  3. Method Poll() Abstract
  4. Method Wait() Abstract
  5. Method MoveMouse( x,y ) Abstract
  6. Method SetMouseVisible( visible ) Abstract
  7. Method Notify( text$,serious ) Abstract
  8. Method Confirm( text$,serious ) Abstract
  9. Method Proceed( text$,serious ) Abstract
  10. Method RequestFile$( text$,exts$,save,file$ ) Abstract
  11. Method RequestDir$( text$,path$ ) Abstract
  12. Method OpenURL( url$ ) Abstract
  13. End Type
  14. Global Driver:TSystemDriver