10typedef union _XEvent XEvent;
21 void initialize(Core::ViewContext* viewContext);
25 static constexpr double scanInterval = 2.0;
26 static constexpr int maxDevices = 4;
28 std::array<XID, maxDevices> deviceID;
29 double nextScanTime = 0.0;
30 Core::ViewContext* view;
32 void scanForDevices();
Contains all Cogs related functionality.