Page 1 of 1
coords query support through sendmessage [4yoko]
Posted: 2004-09-22 12:20:44
by Lem
i was wondering if you could add a coords query support..
maybe improving the handling of WM_USER+0x4321 messages.
for example if wParam is 2 then it should return a long value where HIWORD is x coord and LOWORD is y coord. lParam would be ignored.
please, should be really easy. (i would gladly help you testing if you need)
thx, lem.
(i almost forgot: icq 160386572 but i'm already in your cl, i think)
Posted: 2004-09-22 12:24:31
by Lem
btw i was wondering how does inj's wheel support work too :\
does it use a WH_MOUSE hook?
actually i wonder a lot lately :\ lol
Posted: 2004-09-22 13:23:19
by Lord Ruslan Nightmare
Yoko sad, what windows message control feature is experimental and he did'nt tested it at all
Posted: 2004-09-23 11:04:41
by Yoko
Lem wrote:btw i was wondering how does inj's wheel support work too :\
does it use a WH_MOUSE hook?
actually i wonder a lot lately :\ lol
it is working in few last versions
Posted: 2004-09-23 11:06:02
by Yoko
Lord Ruslan Nightmare wrote:Yoko sad, what windows message control feature is experimental and he did'nt tested it at all
exactly right
but it was supposed that it will be extendend in a way he requested, through calling parameters/returns
Posted: 2004-09-23 13:24:48
by Lem
Yoko wrote:Lem wrote:btw i was wondering how does inj's wheel support work too :\
does it use a WH_MOUSE hook?
actually i wonder a lot lately :\ lol
it is working in few last versions
but why does inj have to store the commands
to be executed on_mousewheel in minus and plus hotkeys?
Posted: 2004-09-24 13:34:00
by Yoko
why not?
Posted: 2004-09-24 14:56:12
by Lem
Yoko wrote:why not?
well some people may have already binded a macro there :\
Posted: 2004-09-24 23:30:56
by Yoko
unluky for them ^_^
Posted: 2004-09-24 23:53:30
by Lem
what about the coords query support?