[ElmSharp.Wearable] Add Rotary Event Manager 45/146745/14
authorpius.lee <pius.lee@samsung.com>
Wed, 30 Aug 2017 08:32:42 +0000 (17:32 +0900)
committerpius.lee <pius.lee@samsung.com>
Tue, 12 Sep 2017 08:18:51 +0000 (17:18 +0900)
commit159dfabd50b1613b97c6858bee1f8d608e3d6242
treeb389c07fcc13cefbcfe8edc37b07877cc201e817
parent94c85b3f456f1bd7bd97d98c5476776ed5720f05
[ElmSharp.Wearable] Add Rotary Event Manager

Add Global event for Rotary device.
Add Rotary Event functions for isolated evas object.
Add Tests for rotary events.

Change-Id: I56fc247daf0b25c93269a09310c22ddb257acc6e
src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs [new file with mode: 0644]
src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs
test/ElmSharp.Wearable.Test/TC/CircleTool.cs [new file with mode: 0644]
test/ElmSharp.Wearable.Test/TC/RotaryEvent1.cs [new file with mode: 0644]
test/ElmSharp.Wearable.Test/TC/RotaryEvent2.cs [new file with mode: 0644]
test/ElmSharp.Wearable.Test/TC/RotaryEvent3.cs [new file with mode: 0644]