Implement the input event monitor.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 14 Mar 2013 14:50:06 +0000 (14:50 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 15 Mar 2013 01:31:14 +0000 (01:31 +0000)
commit5512e06a3e8f933379dd9aab343b56fe3b0657f8
treec70928d2affb573587e3ae91f131c94d33ad3adf
parent1fbe24af4e0f65611621e4ff5a90154be16bcda3
Implement the input event monitor.

To automatically send the input event to livebox which has focus.
Update event handling code.

Merge the event packet from event thread and then forward it to the main thread.

Change-Id: Ie9f3387b8ccce2617f9000f2d6f6daed72dffdaa
CMakeLists.txt
include/event.h [new file with mode: 0644]
include/instance.h
include/script_handler.h
src/event.c [new file with mode: 0644]
src/instance.c
src/main.c
src/script_handler.c
src/server.c