mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 06:35:45 +00:00
add mouse input to debug gui
This commit is contained in:
parent
32bea79812
commit
a641cfa2b6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user