public interface GstNavigationAPI
extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstNavigationAPI |
GSTNAVIGATION_API |
Modifier and Type | Method and Description |
---|---|
GType |
gst_navigation_get_type() |
void |
gst_navigation_send_event(Navigation navigation,
Structure structure) |
void |
gst_navigation_send_key_event(Navigation navigation,
java.lang.String event,
java.lang.String key) |
void |
gst_navigation_send_mouse_event(Navigation navigation,
java.lang.String event,
int button,
double x,
double y) |
static final GstNavigationAPI GSTNAVIGATION_API
GType gst_navigation_get_type()
void gst_navigation_send_event(Navigation navigation, Structure structure)
void gst_navigation_send_key_event(Navigation navigation, java.lang.String event, java.lang.String key)
void gst_navigation_send_mouse_event(Navigation navigation, java.lang.String event, int button, double x, double y)