5#ifndef INCLUDE_FIFECHAN_BACKENDS_SDL_SDLINPUT_HPP_
6#define INCLUDE_FIFECHAN_BACKENDS_SDL_SDLINPUT_HPP_
12#include "fifechan/input.hpp"
13#include "fifechan/keyinput.hpp"
14#include "fifechan/mouseinput.hpp"
15#include "fifechan/platform.hpp"
55 bool isKeyQueueEmpty()
override;
59 bool isMouseQueueEmpty()
override;
70 MouseInput::Button convertMouseButton(
int button);
79 int convertSDLEventToFifechanKeyValue(SDL_Event event);
Represents a keyboard key or character code.
Unified header for the SDL backend.