Home
last modified time | relevance | path

Searched refs:TextHookerAdjustViewportScrolling (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlTextHooker.cs46 chkUseScrollOffsets.Checked = debugInfo.TextHookerAdjustViewportScrolling; in OnLoad()
58 debugInfo.TextHookerAdjustViewportScrolling = chkUseScrollOffsets.Checked; in OnHandleDestroyed()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs373 public bool TextHookerAdjustViewportScrolling = true; field in Mesen.GUI.Config.DebugInfo