diff options
author | Shinwoo Kim <kimcinoo.efl@gmail.com> | 2016-06-13 19:41:38 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-13 20:33:29 +0900 |
commit | f70be6eb28a2ed6c6bfc23a14d6ad2cebfe1b95b (patch) | |
tree | a4147d38cf9d4a5447a8550edd87ac9136ec484f /src/lib/ecore_input/ecore_input_private.h | |
parent | 59f3841803238a21972d17336a68616406bec8b3 (diff) |
Ecore_Input: define data type for joysticks
Summary: This adds support for joysticks for ecore_input
Reviewers: cedric, devilhorns, Sergeant_Whitespace, raster, thiepha, zmike, jpeg
Reviewed By: thiepha, zmike, jpeg
Subscribers: thiepha, stefan_schmidt, zmike, singh.amitesh, Sergeant_Whitespace, jgerecke, cedric, seoz
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D1538
Diffstat (limited to 'src/lib/ecore_input/ecore_input_private.h')
-rw-r--r-- | src/lib/ecore_input/ecore_input_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_input/ecore_input_private.h b/src/lib/ecore_input/ecore_input_private.h index 70af2276e7..4d085a19b4 100644 --- a/src/lib/ecore_input/ecore_input_private.h +++ b/src/lib/ecore_input/ecore_input_private.h | |||
@@ -34,4 +34,6 @@ extern int _ecore_input_log_dom; | |||
34 | #endif | 34 | #endif |
35 | #define CRI(...) EINA_LOG_DOM_CRIT(_ecore_input_log_dom, __VA_ARGS__) | 35 | #define CRI(...) EINA_LOG_DOM_CRIT(_ecore_input_log_dom, __VA_ARGS__) |
36 | 36 | ||
37 | int ecore_input_joystick_init(void); | ||
38 | int ecore_input_joystick_shutdown(void); | ||
37 | #endif | 39 | #endif |