Ardour
9.0-pre0-350-gf17a656217
|
Go to the source code of this file.
Classes | |
struct | _GdkInputVTable |
struct | _GdkAxisInfo |
struct | _GdkDevicePrivate |
struct | _GdkDeviceClass |
struct | _GdkInputWindow |
Macros | |
#define | GDK_INPUT_NUM_EVENTC 6 |
Typedefs | |
typedef struct _GdkAxisInfo | GdkAxisInfo |
typedef struct _GdkInputVTable | GdkInputVTable |
typedef struct _GdkDevicePrivate | GdkDevicePrivate |
Functions | |
GdkInputWindow * | _gdk_input_window_find (GdkWindow *window) |
void | _gdk_input_window_destroy (GdkWindow *window) |
void | _gdk_input_init (void) |
void | _gdk_input_exit (void) |
gint | _gdk_input_enable_window (GdkWindow *window, GdkDevicePrivate *gdkdev) |
gint | _gdk_input_disable_window (GdkWindow *window, GdkDevicePrivate *gdkdev) |
void | _gdk_init_input_core (void) |
void | _gdk_input_window_crossing (GdkWindow *window, gboolean enter) |
void | _gdk_input_quartz_tablet_proximity (NSPointingDeviceType deviceType) |
gboolean | _gdk_input_fill_quartz_input_event (GdkEvent *event, NSEvent *nsevent, GdkEvent *input_event) |
Variables | |
const GdkDevice | gdk_input_core_info |
GdkInputVTable | gdk_input_vtable |
gchar * | _gdk_input_gxid_host |
gint | _gdk_input_gxid_port |
gint | _gdk_input_ignore_core |
#define GDK_INPUT_NUM_EVENTC 6 |
Definition at line 94 of file gdkinputprivate.h.
typedef struct _GdkAxisInfo GdkAxisInfo |
Definition at line 1 of file gdkinputprivate.h.
typedef struct _GdkDevicePrivate GdkDevicePrivate |
Definition at line 1 of file gdkinputprivate.h.
typedef struct _GdkInputVTable GdkInputVTable |
Definition at line 1 of file gdkinputprivate.h.
void _gdk_init_input_core | ( | void | ) |
gint _gdk_input_disable_window | ( | GdkWindow * | window, |
GdkDevicePrivate * | gdkdev | ||
) |
gint _gdk_input_enable_window | ( | GdkWindow * | window, |
GdkDevicePrivate * | gdkdev | ||
) |
void _gdk_input_exit | ( | void | ) |
gboolean _gdk_input_fill_quartz_input_event | ( | GdkEvent * | event, |
NSEvent * | nsevent, | ||
GdkEvent * | input_event | ||
) |
void _gdk_input_init | ( | void | ) |
void _gdk_input_quartz_tablet_proximity | ( | NSPointingDeviceType | deviceType | ) |
void _gdk_input_window_crossing | ( | GdkWindow * | window, |
gboolean | enter | ||
) |
void _gdk_input_window_destroy | ( | GdkWindow * | window | ) |
GdkInputWindow* _gdk_input_window_find | ( | GdkWindow * | window | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |