]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
ignore num/caps/scroll lock in events
[chaz/openbox] / otk / eventdispatcher.hh
index a55b5b82824666573249b0cbd5302ea47ae10941..6a66afd1e632c23ef85eb7fcd48bbbe1246ff763 100644 (file)
@@ -31,6 +31,8 @@ public:
   otk::OtkEventHandler *getMasterHandler(void) const { return _master; }
 
   otk::OtkEventHandler *findHandler(Window win);
+
+  inline Time lastTime() const { return _lasttime; }
   
 private:
   OtkEventMap _map;
@@ -41,7 +43,7 @@ private:
   XEvent _crossing_e;
 
   //! The time at which the last XEvent with a time was received
-  Time _lasttime; // XXX: store this! also provide an accessor!
+  Time _lasttime;
 
   void dispatch(const XEvent &e);
 };
This page took 0.019977 seconds and 4 git commands to generate.