19 #ifndef MIR_INPUT_TOUCHSPOT_CONTROLLER_H_
20 #define MIR_INPUT_TOUCHSPOT_CONTROLLER_H_
31 class GraphicBufferAllocator;
39 class TouchspotRenderable;
48 std::shared_ptr<graphics::BufferWriter>
const& writer,
49 std::shared_ptr<input::Scene>
const& scene);
63 std::shared_ptr<graphics::Buffer> touchspot_buffer;
64 std::shared_ptr<Scene> scene;
70 unsigned int renderables_in_use;
71 std::vector<std::shared_ptr<TouchspotRenderable>> touchspot_renderables;
77 #endif // MIR_INPUT_TOUCHSPOT_CONTROLLER_H_
All things Mir.
Definition: aging_buffer.h:24