Commit 05cc71ede06f80b9ff7e056ac64e1498334e3cb2
[dali_1.2.56] Merge branch 'devel/master'
Change-Id: I961a184a0db84626a2007a1a33bf60f24310137e
Showing
2 changed files
with
2 additions
and
2 deletions
examples/tilt/tilt-example.cpp
| ... | ... | @@ -67,7 +67,7 @@ public: |
| 67 | 67 | void CreateSensor() |
| 68 | 68 | { |
| 69 | 69 | mTiltSensor = TiltSensor::Get(); |
| 70 | - if ( mTiltSensor.Enable() ) | |
| 70 | + if ( mTiltSensor.Start() ) | |
| 71 | 71 | { |
| 72 | 72 | // Get notifications when the device is tilted |
| 73 | 73 | mTiltSensor.TiltedSignal().Connect( this, &TiltController::OnTilted ); | ... | ... |