TizenRefApp-8321 [Gallery] Implement TouchParser 56/123456/1
authorIgor Nazarov <i.nazarov@samsung.com>
Wed, 5 Apr 2017 14:41:32 +0000 (17:41 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Wed, 5 Apr 2017 14:41:32 +0000 (17:41 +0300)
commit581e583758436c3c33498d16417b4bc371a37a11
treed33fa3054a3a6eef391a3d669d068f63dd0415ad
parenta9909779e98e616ce403627cd6831fb2c12fadd4
TizenRefApp-8321 [Gallery] Implement TouchParser

- Added TouchParser class with initial parsing of
  tap and double tap gestures.

Change-Id: Ia7ae94a3db52ff4367dc033eb007814c2d99d143
inc/presentation/TouchParser.h [new file with mode: 0644]
inc/presentation/types.h
src/presentation/TouchParser.cpp [new file with mode: 0644]