add mouse input to debug gui

This commit is contained in:
Mister_Nebula 2021-07-29 23:45:11 +01:00
parent 32bea79812
commit a641cfa2b6

View File

@ -37,6 +37,8 @@ namespace QSB.Utility
offset += _debugLineSpacing;
GUI.Label(new Rect(220, offset, 200f, 20f), $"Timescale : {OWTime.GetTimeScale()}", guiStyle);
offset += _debugLineSpacing;
GUI.Label(new Rect(220, offset, 200f, 20f), $"Mouse input : {OWInput.GetValue(InputLibrary.look, false, InputMode.All)}", guiStyle);
offset += _debugLineSpacing;
}
if (!QSBCore.WorldObjectsReady)