FifeGUI
0.3.0
A C++ GUI library designed for games.
fifechan
key.hpp
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause
2
// SPDX-FileCopyrightText: 2004 - 2008 Olof Naessén and Per Larsson
3
// SPDX-FileCopyrightText: 2013 - 2026 Fifengine contributors
4
5
#ifndef INCLUDE_FIFECHAN_KEY_HPP_
6
#define INCLUDE_FIFECHAN_KEY_HPP_
7
8
// The full fcn::Key class is auto-generated from SDL3's SDL_keycode.h.
9
#include "fifechan/key_gen.h"
10
11
#endif
// INCLUDE_FIFECHAN_KEY_HPP_
Generated by
1.17.0