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 ) ;
}
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 ) ;
Created by Valadoc