libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::events::ControllerEventBase Struct Reference

Controller Event base. More...

#include <donut/events/Event.hpp>

Inheritance diagram for donut::events::ControllerEventBase:
donut::events::InputEventBase donut::events::EventBase donut::events::ControllerAddedEvent donut::events::ControllerAxisEventBase donut::events::ControllerButtonEventBase donut::events::ControllerRemappedEvent donut::events::ControllerRemovedEvent donut::events::ControllerAxisMovedEvent donut::events::ControllerButtonPressedEvent donut::events::ControllerButtonReleasedEvent

Public Attributes

std::int32_t controllerId
 Unique identifier of the controller instance. More...
 
- Public Attributes inherited from donut::events::InputEventBase
std::uint32_t windowId
 Unique identifier of the window that this event belongs to, if any. More...
 

Detailed Description

Controller Event base.

Member Data Documentation

◆ controllerId

std::int32_t donut::events::ControllerEventBase::controllerId

Unique identifier of the controller instance.


The documentation for this struct was generated from the following file: