#include <glib/gmain.h>
#include <gdk/gdkevents.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtkwindow.h>
#include "debugging/debugging.h"
Go to the source code of this file.
Data Structures | |
class | DeferredMotion |
class | DeferredMotionDelta |
class | FreezePointer |
Defines | |
#define | INCLUDED_GTKUTIL_CURSOR_H |
Typedefs | |
typedef struct _GdkCursor | GdkCursor |
typedef struct _GtkWidget | GtkWidget |
typedef struct _GtkWindow | GtkWindow |
Functions | |
GdkCursor * | create_blank_cursor () |
void | Sys_GetCursorPos (GtkWindow *window, int *x, int *y) |
void | Sys_SetCursorPos (GtkWindow *window, int x, int y) |
GdkCursor* create_blank_cursor | ( | ) |
Referenced by FreezePointer::freeze_pointer().
void Sys_GetCursorPos | ( | GtkWindow * | window, | |
int * | x, | |||
int * | y | |||
) |
Referenced by FreezePointer::freeze_pointer(), and FreezePointer::motion_delta().
void Sys_SetCursorPos | ( | GtkWindow * | window, | |
int | x, | |||
int | y | |||
) |