6#ifndef EGT_DETAIL_INPUT_INPUTEVDEV_H
7#define EGT_DETAIL_INPUT_INPUTEVDEV_H
14#include <egt/asio.hpp>
15#include <egt/detail/meta.h>
45 void handle_read(const asio::error_code& error, std::
size_t length);
50 asio::posix::stream_descriptor m_input;
55 std::vector<
char> m_input_buf;
65 std::unique_ptr<InputKeyboard> m_keyboard;
Application definition.
Definition app.h:49
EGT framework namespace.
Definition animation.h:24