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
GainedFocus.hpp
Go to the documentation of this file.
1
7
8#ifndef GALAXY_EVENTS_GAINEDFOCUS_HPP_
9#define GALAXY_EVENTS_GAINEDFOCUS_HPP_
10
12
13namespace galaxy
14{
18 struct GainedFocus final : public Event
19 {
20 };
21} // namespace galaxy
22
23#endif
Base type of all events.
Definition Event.hpp:17
Application.hpp galaxy.
POD tag to allow a function to accept a dispatched focus gained event.