GUI
KeyboardEvent.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 by Maciej Wiecierzewski
3  */
4 
5 #ifndef KEYBOARDEVENT_H
6 #define KEYBOARDEVENT_H
7 
8 #include "EventObject.h"
9 
10 namespace gui
11 {
12 
13 class KeyboardEvent final : public EventObject
14 {
15  public:
18 
19  protected:
20 
21  private:
22 };
23 
24 }
25 
26 #endif // KEYBOARDEVENT_H