cleanup main.cpp, split platform code into a Platform object
This commit is contained in:
@ -16,6 +16,8 @@ public:
|
||||
break;
|
||||
case InputEvent::SetBrightness:
|
||||
m_brightness = evt.asInt();
|
||||
default:
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user