Post
by Non M$ Coder » Tue Apr 15, 2003 4:57 pm
I am not a widows programmer, but here are a couple of thoughts/observations:
First, im pretty sure eqw does a pass through of all key strokes and clicks (pretty sure clicks too) to eq, since it intercepts cntl-alt-r etc. If this is the case, it should be workable to pass clicks through eqw shouldn't it?
Second, I know in win2k you can grab kvm if you are an admin. At work, since windows has no concept of remote log in, when they want to install something or trouble shoot remotely, they get kvm. At the same time you still have kvm, so if you are also moving the mouse its a tug of war. What this tells me are that the hooks are in place to throw in keyboard and mouse events where you will. I don't know if this works when you are using directx, but I would immagine it would.
The driver idea was the first one I thought of, writing a driver that could take a signal to produce a click, but writing drivers is a royal pain from what I've heard.
If I get some time (which aint looking to likely), ill try to dig into this some more. My suspicion is that there is an easy way to add clicking back in, and I think the trade skills have been made unprofittable. Personally, I want clicks for fishing (cobalt cod's) and doing some of the pedantic combines necessary to raise my skills. Fishing is the worst though since you dont do anything for 10 sec while witing for a result, but then you have to click again in 10 sec, so you are pretty much glued to the keyboard.
Eric
--edit-- kvm = keyboard video mouse