summaryrefslogtreecommitdiff
path: root/src/lib/elput/elput_private.h
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-05-26 12:36:51 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-05-26 12:49:24 -0400
commit2c043ca2057af6338ad8ff43c044d3b0f602898c (patch)
tree247d677234085289f5d01754b090e3d40a757e6f /src/lib/elput/elput_private.h
parent1ed8759e1abd0d46a3835bea09a5926172a8aead (diff)
downloadefl-2c043ca2057af6338ad8ff43c044d3b0f602898c.tar.gz
elput: Add APIs to support keyboard key remapping
This patch adds 2 new API functions which can enable keyboard key remapping, and set which keys are to be remapped. @feature Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to 'src/lib/elput/elput_private.h')
-rw-r--r--src/lib/elput/elput_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h
index dc34f24099..2d9de141f9 100644
--- a/src/lib/elput/elput_private.h
+++ b/src/lib/elput/elput_private.h
@@ -217,7 +217,10 @@ struct _Elput_Device
Elput_Device_Capability caps;
+ Eina_Hash *key_remap_hash;
+
Eina_Bool left_handed : 1;
+ Eina_Bool key_remap : 1;
};
struct _Elput_Manager