-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeckett.natvis
More file actions
29 lines (29 loc) · 806 Bytes
/
Copy pathbeckett.natvis
File metadata and controls
29 lines (29 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="CVar">
<DisplayString>{name}</DisplayString>
</Type>
<Type Name="CCmd">
<DisplayString>{name}</DisplayString>
</Type>
<Type Name="InputKey">
<DisplayString>{Name} - {ScanCode}, {State}</DisplayString>
</Type>
<Type Name="Text::Entry">
<DisplayString>{rep}</DisplayString>
</Type>
<Type Name="TextField">
<DisplayString>{value}</DisplayString>
</Type>
<Type Name="Texture">
<DisplayString>#{ID}, [{width}x{height}]</DisplayString>
</Type>
<!--
<Type Name="json5pp::value">
<DisplayString Condition="type == 6">{content.integer}</DisplayString>
</Type>
-->
<Type Name="Tickable">
<DisplayString>{ID}</DisplayString>
</Type>
</AutoVisualizer>