event/keyboard: rename Backspace to BackSpace

This commit is contained in:
meh 2016-05-04 14:13:47 +02:00
parent 17feb3911b
commit 2e775d270f
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ custom_derive! {
_0,
Minus,
Equal,
Backspace,
BackSpace,
Tab,
Q,
W,
@ -192,7 +192,7 @@ impl Code for Key {
&Key::_0 => KEY_10,
&Key::Minus => KEY_MINUS,
&Key::Equal => KEY_EQUAL,
&Key::Backspace => KEY_BACKSPACE,
&Key::BackSpace => KEY_BACKSPACE,
&Key::Tab => KEY_TAB,
&Key::Q => KEY_Q,
&Key::W => KEY_W,