fluffy-mods / ResearchTree

Graphical research tree and queue system for RimWorld
Other
23 stars 24 forks source link

Tweak mouse input #18

Closed notfood closed 5 years ago

notfood commented 6 years ago

shift wheel scroll to zoom shift click or wheel click to pan wheel scroll to scroll vertically alt scroll to scroll horizontally

By the way, you keep adding private but it does nothing in C#, the default is to private

FluffierThanThou commented 6 years ago

I like the shift/alt+scroll panning, but why did you change dragging to require middle mouse? Also, explicitly adding private is a style choice made by my IDE, but I actually happen to prefer it. Please don't remove them.

notfood commented 6 years ago

Sounds fair, I changed it back.

Dragging with middle mouse is pretty common in most games. It's unusual for it to pan with any button anywhere with no other modifiers. Holding shift to pan it with any click does the job too.