1#ifndef LIBSBX_DEVICES_EVENTS_HPP_
2#define LIBSBX_DEVICES_EVENTS_HPP_
7#include <libsbx/devices/key.hpp>
8#include <libsbx/devices/mouse_button.hpp>
9#include <libsbx/devices/input_action.hpp>
10#include <libsbx/devices/input_mod.hpp>
12namespace sbx::devices {
26 std::int32_t height{};
31 std::int32_t height{};
Definition: events.hpp:29
Definition: events.hpp:34
Definition: events.hpp:39
Definition: events.hpp:44
An event that is fired when a window requests to be closed.
Definition: events.hpp:17
Definition: events.hpp:19
Definition: events.hpp:24