![]() |
Max OS 0.3
|
Event handler for the DriverSelector class, handles the event when a driver is selected. More...
#include <driver.h>
Public Member Functions | |
| virtual void | on_driver_selected (Driver *) |
| This function is called when a driver is selected. | |
Event handler for the DriverSelector class, handles the event when a driver is selected.
This function is called when a driver is selected.
| driver | The driver that was selected |
Reimplemented in MaxOS::drivers::DriverManager.
Definition at line 79 of file driver.cpp.