mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-23 22:30:09 +00:00
Added RSG GTN750 refocus override
This commit is contained in:
parent
7db356cb43
commit
b70dbca39d
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@
|
|||
<AccessText TextWrapping="Wrap">Automactically set focus back to game window after a period of inactivity on touch enabled panel. This will give your flight control back when using pop out panel.</AccessText>
|
||||
</CheckBox>
|
||||
<WrapPanel Margin="0,10,0,0">
|
||||
<mah:NumericUpDown Width="100" Minimum="500" Maximum="2000" Interval="500" FontSize="16" Height="32" Value="{Binding AppSettingData.AppSetting.TouchScreenSettings.RefocusGameWindowDelay, Mode=TwoWay}"></mah:NumericUpDown>
|
||||
<mah:NumericUpDown Width="100" Minimum="500" Maximum="10000" Interval="500" FontSize="16" Height="32" Value="{Binding AppSettingData.AppSetting.TouchScreenSettings.RefocusGameWindowDelay, Mode=TwoWay}"></mah:NumericUpDown>
|
||||
<AccessText Margin="10,0,0,0" Width="490">Amount of time in milliseconds to wait for touch inactivity before input focus goes back to game window.</AccessText>
|
||||
</WrapPanel>
|
||||
<WrapPanel Margin="0,10,0,0">
|
||||
|
|
Loading…
Reference in a new issue