Posts: 770
Threads: 157
Joined: Jul 2015
BYOND Username: ErikHanson
Currently, there are a lot of selection screens, and items that require you to click to increment, or decrement a integer, since byond 508 MouseWheel was added, to allow for scrolling up, and down.
Here are a few things that could benefit from MouseWheel
- Telescience coord input
- Brig timers
- Timer assemblies
- Scrolling on the screen to switch hands, or scrolling on a hand to switch hands
Posts: 1,450
Threads: 31
Joined: Sep 2012
This sounds like it could be quite useful.
Posts: 770
Threads: 157
Joined: Jul 2015
BYOND Username: ErikHanson
It actually is, i've been playing around with MouseWheel on one of my own branches, it allows for a lot of cool stuff, e.g. scrolling up/down when holding specific items to switch their modes.
Posts: 2,648
Threads: 33
Joined: Nov 2013
BYOND Username: KikiMofo
Doesn't clicking the mouse wheel change hands?
Posts: 2,064
Threads: 42
Joined: Feb 2013
BYOND Username: Ed Venture
KikiMofo Wrote:Doesn't clicking the mouse wheel change hands?
Yes
Posts: 659
Threads: 32
Joined: Aug 2014
ErikHanson Wrote:Scrolling on the screen to switch hands
Please don't add this part, it would be murderous for anyone with a twitchy mousewheel.
Posts: 339
Threads: 12
Joined: Sep 2013
Hufflaw Wrote:ErikHanson Wrote:Scrolling on the screen to switch hands
Please don't add this part, it would be murderous for anyone with a twitchy mousewheel.
Have it toggle-able maybe????
Posts: 1,246
Threads: 15
Joined: Oct 2012
A click of the mouse wheel already switches hands as far as I know, and BYOND isn't responsive enough for you to need more than that. The other ideas sound sane but I do wonder if it has similar performance implications as MouseMove.