Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 770:429ff505c450
prev755:ab873907b00e
next805:b355f7b3ff2e
author nkeynes
date Thu Aug 07 23:50:52 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add --enable-strict-warn to build with -Wall -Werror
file annotate diff log raw
1.1 --- a/src/display.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/display.h Thu Aug 07 23:50:52 2008 +0000
1.3 @@ -314,6 +314,12 @@
1.4
1.5 void input_event_mouse( uint32_t buttons, int32_t x_axis, int32_t y_axis );
1.6
1.7 +/**
1.8 + * Given a keycode and the originating input driver, return the corresponding
1.9 + * keysym. The caller is responsible for freeing the string.
1.10 + * @return a newly allocated string, or NULL of the keycode is unresolvable.
1.11 + */
1.12 +gchar *input_keycode_to_keysym( input_driver_t driver, uint16_t keycode );
1.13
1.14 typedef void (*display_keysym_callback_t)( void *data, const gchar *keysym );
1.15
.