Add "keycode" property to EekKey.
Add eek_key_get_keysyms().
This commit is contained in:
		@ -169,6 +169,7 @@ eek_clutter_section_real_get_bounds (EekSection *self,
 | 
			
		||||
static EekKey *
 | 
			
		||||
eek_clutter_section_real_create_key (EekSection  *self,
 | 
			
		||||
                                     const gchar *name,
 | 
			
		||||
                                     guint        keycode,
 | 
			
		||||
                                     guint       *keysyms,
 | 
			
		||||
                                     gint         num_groups,
 | 
			
		||||
                                     gint         num_levels,
 | 
			
		||||
@ -195,6 +196,7 @@ eek_clutter_section_real_create_key (EekSection  *self,
 | 
			
		||||
    matrix.num_levels = num_levels;
 | 
			
		||||
    key = g_object_new (EEK_TYPE_CLUTTER_KEY,
 | 
			
		||||
                        "name", name,
 | 
			
		||||
                        "keycode", keycode,
 | 
			
		||||
                        "keysyms", &matrix,
 | 
			
		||||
                        "column", column,
 | 
			
		||||
                        "row", row,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user