Mouse Button WheelUP WeelDOWN Help

Need help? Ask here and someone will help
Johnny Ridden
Posts: 22
Joined: Tue Jul 09, 2013 8:06 pm

Re: Mouse Button WheelUP WeelDOWN Help

Post by Johnny Ridden »

I'm sorry without being able to inform it

The problem was not settled even if I carried it out

However
Register a wheel up down with a GIMX-config
It works when I change wheel up down macro
A wheel down malfunctions

Because I do not understand how to use MACRO TRIGGER, please tell me

MACRO MBUTTONDOWN BUTTON_WHEELDOWN
KEYDOWN PAGEDOWN
DELAY 10
KEYUP PAGEDOWN

MACRO MBUTTONDOWN BUTTON_WHEELUP
KEYDOWN KP_PERIOD
DELAY 10
KEYUP KP_PERIOD

TRIGGER KEYDOWN 1
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN KP3
MBUTTONDOWN BUTTON_LEFT



MACRO MBUTTONUP BUTTON_LEFT
KEYUP KP3

MBUTTONDOWN BUTTON_LEFT

TRIGGER KEYDOWN 2
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN KP3
DELAY 77
KEYUP KP3
DELAY 30
MBUTTONDOWN BUTTON_LEFT



MACRO MBUTTONUP BUTTON_LEFT
KEYUP KP3

MBUTTONDOWN BUTTON_LEFT
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Mouse Button WheelUP WeelDOWN Help

Post by Matlo »

I don't understand what you are trying to do. Please explain.

The use of TRIGGER is explained in the wiki: http://gimx.fr/wiki/index.php?title=Mac ... activation
GIMX creator
ted
Posts: 8
Joined: Fri Aug 23, 2013 4:02 pm

Re: Mouse Button WheelUP WeelDOWN Help

Post by ted »

I'm encountering the same issue.

BUTTON_WHEELUP and BUTTON_WHEELDOWN are being auto-detected when I scroll my mouse wheel up or down. However when testing in the GUI of Gimx-Serial I'm not getting any input from the mouse wheel.

Mouse is G500. Windows 7 64-bit.

Another interesting quirk with some of the mouse buttons is that if I hold one down, the GUI readout will stay lit up—Whereas on other mouse buttons, if I hold the button down the GUI readout will flash rapidly.

I should note I haven't been able to actually test anything in-game yet so there's a small chance these issues could be redundant.
(I'll post my larger problem of not getting my PS3 to listen to gimx in another thread)
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Mouse Button WheelUP WeelDOWN Help

Post by Matlo »

I'm reproducing the issue. This is a regression since GIMX 1.00.

http://code.google.com/p/diyps3controll ... ail?id=223

It should be fixed in the next release.

If you don't want to wait untill I generate new installers, you can build GIMX from the sources, as explained in the wiki:
http://gimx.fr/wiki/index.php?title=Dev ... on_Windows
GIMX creator
Johnny Ridden
Posts: 22
Joined: Tue Jul 09, 2013 8:06 pm

Re: Mouse Button WheelUP WeelDOWN Help

Post by Johnny Ridden »

I look forward to the release of the next version :D

I want to change the macro that is carried out when I pushed the left button of the mouse

MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN KP3
MBUTTONDOWN BUTTON_LEFT

MACRO MBUTTONUP BUTTON_LEFT
KEYUP KP3
MBUTTONDOWN BUTTON_LEFT




MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN KP3
DELAY 77
KEYUP KP3
DELAY 30
MBUTTONDOWN BUTTON_LEFT

MACRO MBUTTONUP BUTTON_LEFT
KEYUP KP3
MBUTTONDOWN BUTTON_LEFT

I want to change two macro that I wrote on the top
ted
Posts: 8
Joined: Fri Aug 23, 2013 4:02 pm

Re: Mouse Button WheelUP WeelDOWN Help

Post by ted »

Thanks Matlo—I think I'll just wait and forgo the mouse wheel functionality for now.

Any input on the following?
Another interesting quirk with some of the mouse buttons is that if I hold one down, the GUI readout will stay lit up—Whereas on other mouse buttons, if I hold the mouse button down, the GUI readout will flash rapidly.
Post Reply