CIV 7 - Touch Screen Controls?

Will Civ 7 have at least the same level of touch screen control (Surface Pro) as Civ 6?
Good question,
We just got an ROG Ally apart from the question of will it run (It should?); I'm wondering if I should pair with a mouse or will it somehow work nicely with a combo of touch/gamepad.
No clue how well it would work playing on the go/in bed when I cant use the laptop.

Were the civ 6 touch controls easy/intuitive?
 
Good question,
We just got an ROG Ally apart from the question of will it run (It should?); I'm wondering if I should pair with a mouse or will it somehow work nicely with a combo of touch/gamepad.
No clue how well it would work playing on the go/in bed when I cant use the laptop.

Were the civ 6 touch controls easy/intuitive?
It’s steam deck verified now, and as I understand it the Ally has better hardware, so it should at least be playable.
 
Speaking of controls, can we assume there will be full controller support for PC given the simultaneous console release?
 
for windows downloand and install autohotkey and make a new script. enter these code by edit with notepad

~LButton::
; Si c'est un double-clic gauche rapide
If (A_TimeSincePriorHotkey < 400) ; Le temps entre deux clics est inférieur à 400 ms
{
; Simule un clic du bouton du milieu
Click, Middle
}
Return



and save. after exporte to exe, than run the exe and the control direction should work by double left click
 
Back
Top Bottom