Start
Guides
Class List
Files
File List
All
Classes
Files
Functions
Variables
Typedefs
Pages
input
WindowEvent.hpp
Go to the documentation of this file.
1
#pragma once
2
9
namespace
lumina {
10
11
enum class
WindowEventType {
12
None,
13
Close
14
};
15
16
struct
WindowEvent
{
17
WindowEventType type;
18
19
WindowEvent
() : type(WindowEventType::None) {}
20
};
21
22
}
lumina::WindowEvent
Definition:
WindowEvent.hpp:16
Last update on Wed Aug 13 2014 for Lumina v0.1