#include <fcntl.h>#include <unistd.h>#include <errno.h>#include <linux/input.h>#include "jogshuttle.h"#include "preferences.h"#include "commands.h"#include <string>#include <utility>#include "support.h"Include dependency graph for jogshuttle.cc:

Go to the source code of this file.
Functions | |
| void | JogShuttle_inputCallback (gpointer data, gint source, GdkInputCondition condition) |
| A C wrappper for the GDK input handler callback. | |
Variables | |
| navigate_control | g_nav_ctl |
|
||||||||||||||||
|
A C wrappper for the GDK input handler callback.
Definition at line 99 of file jogshuttle.cc. References JogShuttle::inputCallback(). 00100 {
00101 JogShuttle * js = static_cast<JogShuttle *>( data );
00102 g_return_if_fail( js != NULL );
00103 js->inputCallback( source, condition );
00104 }
|
|
|
Definition at line 33 of file callbacks.c. |
1.4.2