• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Dab42

Corporal
2 Badges
Jan 25, 2014
39
5
  • Europa Universalis III: Chronicles
  • Cities: Skylines
There is a mod in the steam workshop which might fix this for you. Titles something along the lines of "lock mouse into active monitor" or something like that.
 

NorthStars

First Lieutenant
10 Badges
Jan 8, 2015
254
62
  • Europa Universalis IV
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines - After Dark
  • Cities: Skylines - Snowfall
  • Hearts of Iron IV: Cadet
  • Cities: Skylines - Mass Transit
  • Cities: Skylines Industries
  • Prison Architect
  • Cities: Skylines - Campus
Side scrolling doesn't work with Dual Monitors. Can't scroll to the left!!!

Yep, same thing with me. But I don't want a mod that causes me to not have regular access to my 2nd monitor, since I'm doing other things (like using this forum) while my city is running. My work-around is to use the keyboard's left scroll button ("a"), or to scroll up and to the left or down and to the left to go diagonally... not perfect, but it means both monitors remain totally active.
 

Freedon

Corporal
16 Badges
Mar 7, 2015
31
1
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines
  • Cities: Skylines - After Dark
  • Cities: Skylines - Snowfall
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • BATTLETECH
  • Cities: Skylines - Green Cities
  • Stellaris: Apocalypse
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Cities: Skylines Industries
  • Prison Architect
Yep, same thing with me. But I don't want a mod that causes me to not have regular access to my 2nd monitor, since I'm doing other things (like using this forum) while my city is running. My work-around is to use the keyboard's left scroll button ("a"), or to scroll up and to the left or down and to the left to go diagonally... not perfect, but it means both monitors remain totally active.

+1
Thats exactly how I handle this. First time in the game I thought "oh no, another game which can't deal with dual monitors". But then I realized that I can use my second screen while ingame. And I really got used to the WASD keys for scrolling. Call it a feature! :D

No seriously, the cursor jail mod that is stated above should help you with this issue.
 

shelter

Watcher of souls
4 Badges
Apr 5, 2013
81
6
  • Cities in Motion 2
  • Hearts of Iron III
  • Magicka
  • Cities: Skylines
Yes, I use the keys too now. It kind of became natural after a while but the code for cursor jail is so simple it should've been an option in the game from the begining.
 

derGarv

Recruit
Apr 11, 2015
2
0
This could easily be fixed in a simple patch. Since the game is developed in Unity, there is just one simple line of code that has to be added:
Cursor.lockState = CursorLockMode.Locked;
That's ist. So developers, please add this to the game! Maybe linked to a little checkbox in the settings window ;)