DUDS
Distributed Update of Data from Something
InputHandlers.hpp File Reference
#include <unordered_map>
#include <boost/signals2/signal.hpp>
#include <duds/os/linux/EventTypeCode.hpp>
Include dependency graph for InputHandlers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::os::linux::InputHandlers
 Maintains a set of InputSignal objects to respond to input events. More...
 

Namespaces

 duds
 
 duds::os
 Operating system specific support for functionality not covered in other namespaces.
 
 duds::os::linux
 Linux specific support code.
 

Typedefs

typedef std::shared_ptr< InputHandlers > duds::os::linux::InputHandlersSptr
 Shared pointer to a InputHandlers class. More...
 
typedef boost::signals2::signal< void(EventTypeCode etc, std::int32_t value)> duds::os::linux::InputSignal
 The signal type that will handle input events. More...