Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YukinoHayakawa committed Jan 7, 2021
1 parent 7cd2a2a commit f199d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DemoWindowInput/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct Visitor : InputEventVisitor
bool pressed) override
{
fmt::print("key={}, pressed={}\n",
archetype.val<ComponentKeyCode>().code,
archetype.component<ComponentKeyCode>().code,
pressed
);
}
Expand Down

0 comments on commit f199d08

Please sign in to comment.