opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar
platform
events
window_event_type.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
osc
4
{
5
// Represents the type of window change associated with a `WindowEvent`.
6
enum class
WindowEventType
{
7
GainedMouseFocus
,
8
LostMouseFocus
,
9
GainedKeyboardFocus
,
10
LostKeyboardFocus
,
11
WindowClosed
,
12
WindowMoved
,
13
WindowResized
,
14
WindowDisplayScaleChanged
,
15
Unknown
,
16
NUM_OPTIONS
,
17
};
18
}
osc
Definition
custom_decoration_generator.h:5
osc::ShaderPropertyType::Unknown
@ Unknown
osc::BlendingEquation::NUM_OPTIONS
@ NUM_OPTIONS
osc::WindowEventType
WindowEventType
Definition
window_event_type.h:6
osc::WindowEventType::GainedKeyboardFocus
@ GainedKeyboardFocus
osc::WindowEventType::WindowDisplayScaleChanged
@ WindowDisplayScaleChanged
osc::WindowEventType::GainedMouseFocus
@ GainedMouseFocus
osc::WindowEventType::WindowClosed
@ WindowClosed
osc::WindowEventType::WindowMoved
@ WindowMoved
osc::WindowEventType::WindowResized
@ WindowResized
osc::WindowEventType::LostMouseFocus
@ LostMouseFocus
osc::WindowEventType::LostKeyboardFocus
@ LostKeyboardFocus
Generated by
1.9.8