driver.bmx 632 B

123456789101112131415161718192021222324252627
  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. Method DesktopWidth:Int() Abstract
  14. Method DesktopHeight:Int() Abstract
  15. Method DesktopDepth:Int() Abstract
  16. Method DesktopHertz:Int() Abstract
  17. End Type
  18. Global Driver:TSystemDriver