gstnavigation
gstnavigation —
|
|
Object Hierarchy
GInterface
+----GstNavigation
Details
GstNavigation
typedef struct _GstNavigation GstNavigation;
GstNavigationInterface
typedef struct {
GTypeInterface g_iface;
/* virtual functions */
void (*send_event) (GstNavigation *navigation, GstStructure *structure);
gpointer _gst_reserved[GST_PADDING];
} GstNavigationInterface;
gst_navigation_send_event ()
void gst_navigation_send_event (GstNavigation *navigation,
GstStructure *structure);
navigation :navigation
structure :structure
gst_navigation_send_key_event ()
void gst_navigation_send_key_event (GstNavigation *navigation,
const char *event,
const char *key);
navigation :navigation
event :event
key :key
navigation : |
|
event : |
|
key : |
|
gst_navigation_send_mouse_event ()
void gst_navigation_send_mouse_event (GstNavigation *navigation,
const char *event,
int button,
double x,
double y);
navigation :navigation
event :event
button :button
x :x
y :y
navigation : |
|
event : |
|
button : |
|
x : |
|
y : |
|