2 #ifndef GRAMODS_TRACK_BUTTONSTRACKER
3 #define GRAMODS_TRACK_BUTTONSTRACKER
5 #include <gmTrack/config.hh>
7 #include <gmCore/Object.hh>
12 BEGIN_NAMESPACE_GMTRACK;
22 typedef std::chrono::steady_clock clock;
44 virtual std::string
getDefaultKey()
override {
return "buttonsTracker"; }
54 END_NAMESPACE_GMTRACK;
Base type for objects in the Gramods package for standardized handling of construction,...
Definition: Object.hh:42