Hi to everybody,
I have tried to create a small didactic software
to use with HeadMouse 1.5
(http://nipg.inf.elte.hu/headmouse/headmouse.html)
but I have seen
what it stirs the cursor but the click of the mouse doesn't work.
can you help me kindly?
Thanks
Gius
As far as I understand the technical side, mouse clicks are sent to AGS by Windows, so I'd check HeadMouse's settings first (does it work on the Desktop or within other applications?).
I can confirm Gius' findings. Clicking (performed by remaining static) does not work inside AGS games, however moving the cursor outside the the game window and not moving you head will trigger a click and change the focus to whatever application you were hovering over. Seeing as HeadMouse is still an experimental Alpha version, it's easy to say that the problem probably lies in that program rather than AGS. But I wonder, has anybody experienced incompatibilities between AGS and other keyboard/mouse remappers? It could be that software-triggered mouseclicks for some reason aren't captured by AGS.
Hi,
I have tried: it works very well on the desktop, it stirs the mouse and it works the click
for folder, file .exe etc...
but if I try with a game built with Ags the clik it doesn't work
but continuous to work only the movement of the mouse.
which be could the solution ?
Thanks
AGS games use DirectX therefore this probably means that HeadMouse doesn't support DirectInput yet, if it can't transmit the clicks into AGS.
hi,
I have tried with cameramouse (http://www.cameramouse.org/)
in this case the movement of the muose doesn't work
while function the click of the mouse.
Do you know a " head mause" compatible with AGS?
thanks
Have you tried www.free-track.net ?
unfortunately FreeTrack works only with:
"This point model usually consists of infrared LEDs but can also be normal LEDs and even retroreflective material illuminated by a source of infrared light"
thanks equally.
even if Ags totally is not compatible with Head Mouse 1.5
(the click of the mouse doesn't work)
I think that I should make an attempt to build an elementary "Paint" AGS
for the pupils that use a Head Mouse.
The first problem:
to pass from the cursor that it doesn't draw to the cursor that draws, therefore:
if the cursor interact remains for five seconds in the same points (x,y)
turn him into cursor pointer;
if the cursor pointer remains for five seconds in the same points (x,y)
turn him into cursor interact.
Can you help me kindly how I can resolve this problem?
Thanks
Gius