mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-02-02 10:22:02 -05:00
22 lines
277 B
C++
22 lines
277 B
C++
/*
|
|
* KeyEvent.cpp
|
|
*
|
|
* Created on: 25 kwi 2019
|
|
* Author: robert
|
|
*/
|
|
|
|
#include "KeyEvent.hpp"
|
|
|
|
namespace gui {
|
|
|
|
KeyEvent::KeyEvent() {
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
KeyEvent::~KeyEvent() {
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace gui */
|