5#ifndef INCLUDE_FIFECHAN_GENERICINPUT_HPP_
6#define INCLUDE_FIFECHAN_GENERICINPUT_HPP_
10#include "fifechan/input.hpp"
11#include "fifechan/keyinput.hpp"
12#include "fifechan/mouseinput.hpp"
13#include "fifechan/platform.hpp"
24 class FIFEGUI_API GenericInput :
public Input
Represents a keyboard key or character code.