We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Term::Button::Type type
1 parent 0242e24 commit f828802Copy full SHA for f828802
cpp-terminal/event.cpp
@@ -260,7 +260,7 @@ void Term::Event::parse(const std::string& str)
260
if(str[str.size() - 1] == 'm') action = Term::Button::Action::Released;
261
else
262
action = Term::Button::Action::Pressed;
263
- Term::Button::Type type;
+ Term::Button::Type type = Button::Type::None;
264
switch(values[0])
265
{
266
case 0:
0 commit comments