summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLibravatar aentity <aentity@yahoo.com>2020-09-27 13:05:20 -0700
committerLibravatar aentity <aentity@yahoo.com>2020-10-03 12:58:28 -0700
commit159e8a6abc222fa3d2c92a86898f9d313b02ee6c (patch)
tree6c9076ff610032400ccd1749d4b8a9d4534e08a5 /core
parent4f2962d73f3bdeeca8a11817e404c45e91e2c2cc (diff)
downloadiced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.tar.gz
iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.tar.bz2
iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.zip
update to winit 0.23 api
Diffstat (limited to 'core')
-rw-r--r--core/src/keyboard/key_code.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/keyboard/key_code.rs b/core/src/keyboard/key_code.rs
index 26020a57..966c5eb4 100644
--- a/core/src/keyboard/key_code.rs
+++ b/core/src/keyboard/key_code.rs
@@ -27,7 +27,8 @@ pub enum KeyCode {
Key9,
/// The '0' key over the 'O' and 'P' keys.
Key0,
-
+ Plus,
+ Asterisk,
A,
B,
C,