Files
MuditaOS/module-gui/gui/input/InputEvent.cpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

9 lines
183 B
C++

#include "InputEvent.hpp"
namespace gui
{
InputEvent::InputEvent(RawKey key, State state, KeyCode keyCode) : key(key), state(state), keyCode(keyCode)
{}
}; // namespace gui