J
Joanna Carter [TeamB]
Hi folks
If I write a KeyDown handler and check the KeyCode for Keys.Insert, the
debugger shows the value as Keys.LButton | Keys.MButton | Keys Back |
Keys.Space.
This is perfectly understandable since Keys.Insert = 45 and 1 + 4 + 8 + 32
also equals 45. However, it would be really nice if the debugger showed both
the combined value as well as the Flags attribute split value.
Is there any way to change the debugger view, or is this something that
needs fixing in an update ?
Joanna
If I write a KeyDown handler and check the KeyCode for Keys.Insert, the
debugger shows the value as Keys.LButton | Keys.MButton | Keys Back |
Keys.Space.
This is perfectly understandable since Keys.Insert = 45 and 1 + 4 + 8 + 32
also equals 45. However, it would be really nice if the debugger showed both
the combined value as well as the Flags attribute split value.
Is there any way to change the debugger view, or is this something that
needs fixing in an update ?
Joanna