Ok i’ve been doing scripting on my engine, to acept such input data, since i guess the c++ code canot create a direct dot(blob) on the screen or the like, i have to transform the c++ code you give with some conversion..
OK so everytime a finger down occours, you have to call my engine script which is this one:
function create_dot (dotx,doty,dot_id){
blob_id=dot_id; //carry out the id with the assume_dot function
dot_handles[dot_id]=handle( ent_create("dot.pcx",vector(0,dotx,doty),assume_dot) ); // notice null x value, due to 3d perpective: it might BE BUGGY when camera change view.. fix later
wait(1);
return;
}
Ok so it basicly creates a dot image could be jpg, but pcx is faster.. And the positions are given, by your videowrapper, i assume the id is also already given by your script, so i just worried me with the creation event.
now you must be online, for a direct messaging. I have some questions to do, and we have to try too what works and not.
you can add me MSN: