Photon Editor Library
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
KeyReleasedEvent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
EditorCore/Event/KeyEvent.h
"
4
5
namespace
ph::editor
6
{
7
8
class
KeyReleasedEvent
final :
public
KeyEvent
9
{
10
public
:
11
explicit
KeyReleasedEvent
(
EKeyCode
key);
12
};
13
14
inline
KeyReleasedEvent::KeyReleasedEvent
(
const
EKeyCode
key)
15
:
KeyEvent
(key)
16
{}
17
18
}
// end namespace ph::editor
KeyEvent.h
ph::editor::KeyEvent
Definition
KeyEvent.h:13
ph::editor::KeyReleasedEvent
Definition
KeyReleasedEvent.h:9
ph::editor::KeyReleasedEvent::KeyReleasedEvent
KeyReleasedEvent(EKeyCode key)
Definition
KeyReleasedEvent.h:14
ph::editor
Definition
ph_editor.h:10
ph::editor::EKeyCode
EKeyCode
Definition
EKeyCode.h:9
Source
EditorCore
Event
KeyReleasedEvent.h
Generated by
1.11.0