Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

30th June, 2007 - GameEx 8.20

External applications now have an also launch setting for launching processes asynchrously. So there now in line with MAME and emulator support

Fix to disable mouse setting. Now disables mouse wheel.

In addition new setting to just disable the mouse wheel

Posted

alright! I love that external apps have all the same options now too. Thanks Tom!

Posted
alright! I love that external apps have all the same options now too. Thanks Tom!

Indeed this is good news! Nice touch.

Posted

Cool! If I still had one of my first 3 mice installed, this new feature would have saved me the trouble of hacking a 4th mouse! :wacko: Disabling the mouse wheel is definitely a good option though. Thanks Tom!

Posted
Why disable the mouse wheel?

Well on my setup If Im onm the start page and mouse wheel up the items on the list dissappear instead on selecting the other options.

Maybe if mouse wheel acted as up and down arrows instead of page up and page down it would be better.

Posted

Brian: yeah, I was wondering if (hoping) the wheel would scroll game lists. And instead of adding that, Tom went the other way. Strange.

Posted
Maybe if mouse wheel acted as up and down arrows instead of page up and page down it would be better.

It's not ideal but what about an ahk script containing:

#SingleInstance force
#IfWinActive, GameEx

wheelup::up
wheeldown::down

compile it to an exe and have it launch before and close after gameex

Stu

Posted
It's not ideal but what about an ahk script containing:

#SingleInstance force
#IfWinActive, GameEx

wheelup::up
wheeldown::down

compile it to an exe and have it launch before and close after gameex

Stu

This will work as long as you don't change to custom inputs. I have a thread I just started which was intended to discuss this (here). If anyone has any thoughts, I would love to hear them!

Posted
It's not ideal but what about an ahk script containing:

#SingleInstance force
#IfWinActive, GameEx

wheelup::up
wheeldown::down

compile it to an exe and have it launch before and close after gameex

Stu

I'm waiting for systems to be smart enough to know how to do these things when we tell them 'I want this.'

Guest
This topic is now closed to further replies.
×
×
  • Create New...