Is it possible to make a click of Ps2 with a mouse using Input32?
Is it possible to make a click of Ps2 with a mouse using Input32?
Is it possible to make a click of Ps2 with a mouse using InpOut32 ? How to do it ?
Re: Is it possible to make a click of Ps2 with a mouse using Input32?
I don't know.
If you know the port addresses of the PS2 input buffer it may be possible - but why would you go to that effort when there are APIs in Windows like SendInput to send simulated input?
If you know the port addresses of the PS2 input buffer it may be possible - but why would you go to that effort when there are APIs in Windows like SendInput to send simulated input?
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Re: Is it possible to make a click of Ps2 with a mouse using Input32?
Frost or other protection system of MMORPG games is blocking Winapi.
There are applications that work with the Ps2 mouse directly. For example http://kibor-bot.com/stat/programmed-autoclicker.php
But I do not want to write bots through such applications, because it's inconvenient
There are applications that work with the Ps2 mouse directly. For example http://kibor-bot.com/stat/programmed-autoclicker.php
But I do not want to write bots through such applications, because it's inconvenient
Is it possible to make a click of Ps2 with a mouse using Input32
That worked thanks, but how do you actually change the x and y coordinate of button?
Re: Is it possible to make a click of Ps2 with a mouse using Input32?
You could try calling SetCursorPos() before clicking ??
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)