边缘世界 RimWorld

边缘世界 RimWorld

ResearchPowl (discontinued)
Bardez 2023 年 2 月 23 日 下午 7:19
Horizontal Scrolling option not working
When I set the horizontal scrolling option for shift + scroll, the alternate behavior is not applied, even after a restart of the game.

Additionally, I am also having issues with the scroll wheel on the research queue bar on the top of the screen where the scrolling works on that bar, but also applies the scrolling to the overall tree below simultaneously.
< >
正在显示第 1 - 3 条,共 3 条留言
Bardez 2023 年 2 月 23 日 下午 7:21 
I would also suggest a feature for [Ctrl]+scroll wheel to zoom, allowing scroll to be vertical, [Shift] + scroll to be horizontal, and [Ctrl]+scroll to zoom.
最后由 Bardez 编辑于; 2023 年 2 月 24 日 上午 12:16
Bardez 2023 年 2 月 23 日 下午 7:54 
@Owlchemist it looks like the main screen's horizontal scroll is due to it being bound to [Alt] rather than [Shift]:

https://github.com/Owlchemist/ResearchPowl/blob/master/Source/MainTabWindow_ResearchTree.cs#L221

float delta = Event.current.delta.y * 15 * Settings.scrollingSpeedMultiplier; if (Event.current.alt) _scrollPosition.x += delta; _scrollPosition.y += delta;
最后由 Bardez 编辑于; 2023 年 2 月 24 日 上午 12:16
Owlchemist  [开发者] 2023 年 2 月 23 日 下午 9:12 
Thanks, just pushed a fix now.
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50