5#ifndef INCLUDE_FIFECHAN_INPUT_HPP_
6#define INCLUDE_FIFECHAN_INPUT_HPP_
13#include "fifechan/platform.hpp"
36 class FIFEGUI_API Input
39 virtual ~Input() =
default;
41 Input(Input
const &) =
delete;
42 Input& operator=(Input
const &) =
delete;
43 Input(Input&&) =
delete;
44 Input& operator=(Input&&) =
delete;
Used replacement tokens by configure_file():