What is the name of the backtick (`) key in the XNA Keys enumeration?

I am looking for the name of the Keys entry corresponding to the backtick button `(to the left of 1on my keyboard).

+5
source share
1 answer

I think that Keys.OemTildeis what you need.

+11
source

All Articles