gstreamer-interfaces-0.10 Reference Manual

Synopsis

public interface Navigation {
    public    void                      send_key_event            ( string              event,
                                                                    string              key ) ;
    public    void                      send_mouse_event          ( string              event,
                                                                    int                 button,
                                                                    double              x,
                                                                    double              y ) ;
    public    abstract void             send_event                ( Structure           structure ) ;
}

Description

Details

Signal Details

Property Details

Method Details

send_key_event ()
    public    void                      send_key_event            ( string              event,
                                                                    string              key ) ;		

send_mouse_event ()
    public    void                      send_mouse_event          ( string              event,
                                                                    int                 button,
                                                                    double              x,
                                                                    double              y ) ;		

send_event ()
    public    abstract void             send_event                ( Structure           structure ) ;		


Created by Valadoc