#include <glibmm.h>
#include <cluttermm/types.h>
#include <clutter/clutter-event.h>
#include <clutter/clutter-keysyms.h>
Go to the source code of this file.
Namespaces | |
namespace | Clutter |
Functions | |
bool | Clutter::events_pending () |
Checks if events are pending in the event queue. | |
guint | Clutter::key_event_symbol (KeyEvent *keyev) |
Retrieves the value of the key that caused keyev. | |
guint16 | Clutter::key_event_code (KeyEvent *keyev) |
Retrieves the keycode of the key that caused keyev. | |
guint32 | Clutter::key_event_unicode (KeyEvent *keyev) |
Retrieves the unicode value for the key that caused keyev. | |
guint32 | Clutter::keysym_to_unicode (guint keyval) |
Convert from a Clutter key symbol to the corresponding ISO10646 (Unicode) character. |