ECSTASY
All in the name
Loading...
Searching...
No Matches
GamepadButtonReleasedEvent.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_INTEGRATIONS_EVENT_EVENTS_GAMEPADBUTTONRELEASEDEVENT_HPP_
13#define ECSTASY_INTEGRATIONS_EVENT_EVENTS_GAMEPADBUTTONRELEASEDEVENT_HPP_
14
16
18{
35 constexpr GamepadButtonReleasedEvent(size_t pId, Gamepad::Button pButton) noexcept
36 : GamepadButtonEvent(pId, pButton, false)
37 {
38 }
39 };
40} // namespace ecstasy::integration::event
41
42#endif /* !ECSTASY_INTEGRATIONS_EVENT_EVENTS_GAMEPADBUTTONRELEASEDEVENT_HPP_ */
Event integration.
Definition Event.hpp:25
Event describing a gamepad button pressed or released.
constexpr GamepadButtonReleasedEvent(size_t pId, Gamepad::Button pButton) noexcept
Construct a new GamepadButtonReleasedEvent object.