proxReplyArgs[ 4 ] = new Integer( e.getSystemTabletID() );
proxReplyArgs[ 5 ] = new Integer( e.getTabletID() );
proxReplyArgs[ 6 ] = new Integer( e.getPointingDeviceType() );
proxReplyArgs[ 7 ] = new Integer( e.getUniqueID() );
proxReplyArgs[ 8 ] = new Integer( e.getPointingDeviceID() );
client.reply( new OSCMessage( getOSCCommand(), proxReplyArgs ));
}
catch( IOException ex ) {
SwingOSC.printException( ex, getOSCCommand() );
}
}