From 5809e107390f59ad11565e8b8644c191f8430dd3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 31 Jul 2014 11:44:16 -0500 Subject: in haptic.cpp, start vibrating immediately --- src/haptic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/haptic.cpp') diff --git a/src/haptic.cpp b/src/haptic.cpp index 663e919..c7517d1 100644 --- a/src/haptic.cpp +++ b/src/haptic.cpp @@ -47,6 +47,7 @@ public: { ua_sensors_haptic_enable(m_sensor); m_tag = g_timeout_add_seconds (2, on_timeout, this); + on_timeout (this); } } -- cgit v1.2.3