From 43552dc4fa64aad0c9fdb8f4c92ae7ac79406596 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 22 Jul 2010 11:23:19 -0700 Subject: Remove UI dependency from goldfish_event_device.c Change-Id: Iea5edfbae0caff45161c814d631d35d2e6d61d1c --- android/charmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'android/charmap.h') diff --git a/android/charmap.h b/android/charmap.h index 08b059d..6bf35c0 100644 --- a/android/charmap.h +++ b/android/charmap.h @@ -90,4 +90,10 @@ android_charmap_reverse_map_unicode(const AKeyCharmap* cmap, int down, AKeycodeBuffer* keycodes); +/* Gets default charmap (index 0) */ +const AKeyCharmap* android_get_default_charmap(void); + +/* Gets name of the default charmap (index 0) */ +const char* android_get_default_charmap_name(void); + #endif /* _android_charmap_h */ -- cgit v1.1