MaxGUI.Drivers
Your MaxGUI applications should import this module if they want BlitzMax to selectively import the latest official MaxGUI drivers for your application and platform:
| Platform | Default Driver |
| Windows 2000/XP/Vista | [MaxGUI.Win32MaxGUIEx](/docs/en/api/maxgui/maxgui.win32maxguiex) |
| Windows 9X | [MaxGUI.Win32MaxGUIEx](/docs/en/api/maxgui/maxgui.win32maxguiex) (requires unicows.dll or MSLU to run) |
| Linux | [MaxGUI.Gtk3MaxGUI](/docs/en/api/maxgui/maxgui.gtk3maxgui) |
| Mac OS X | [MaxGUI.CocoaMaxGUI](/docs/en/api/maxgui/maxgui.cocoamaxgui) |
