refactor with logging
This commit is contained in:
@@ -14,7 +14,15 @@ namespace Input
|
||||
|
||||
class InputDriver
|
||||
{
|
||||
void register_event_handler(EventHandler* handler);
|
||||
InputDriver()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void register_event_handler(EventHandler* handler)
|
||||
{
|
||||
;
|
||||
}
|
||||
void unregister_event_handler(EventHandler* handler);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user