galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
LostFocus.hpp
Go to the documentation of this file.
1
7
8#ifndef GALAXY_EVENTS_LOSTFOCUS_HPP_
9#define GALAXY_EVENTS_LOSTFOCUS_HPP_
10
11namespace galaxy
12{
18 struct LostFocus final
19 {
20 };
21} // namespace galaxy
22
23#endif
Animated.cpp galaxy.
Definition Animated.cpp:16
POD tag to allow a function to accept a dispatched focus lost event.
Definition LostFocus.hpp:19