packaging: Update dependencies and bump version to 0.9.23
[profile/ivi/ico-uxf-weston-plugin.git] / src / ico_input_mgr.h
index 095128f..1b3b40d 100644 (file)
 /**
  * @brief   Multi Input Manager header for Device Input Controller
  *
- * @date    Jul-26-2013
+ * @date    Feb-21-2014
  */
 
 #ifndef _ICO_INPUT_MGR_H_
 #define _ICO_INPUT_MGR_H_
 
+/* Pseudo input device name                         */
+#define ICO_PSEUDO_INPUT_POINTER    "ico-pseudo-input-pointer"
+#define ICO_PSEUDO_INPUT_TOUCH      "ico-pseudo-input-touch"
+#define ICO_PSEUDO_INPUT_KEY        "ico-pseudo-input-key"
+
 /* Input Region struct for Haptic Device Controller */
 struct ico_uifw_input_region    {
     uint16_t    change;                 /* change method                        */
@@ -53,4 +58,3 @@ struct ico_uifw_input_region    {
 };
 
 #endif  /*_ICO_INPUT_MGR_H_*/
-