8000 Handle every special key. · Issue #16 · Yamakaky/gyromouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Handle every special key. #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
github-actions bot opened this issue Aug 22, 2021 · 0 comments
Open

Handle every special key. #16

github-actions bot opened this issue Aug 22, 2021 · 0 comments

Comments

@github-actions
Copy link

Line: 49

ActionType::Special(SpecialKey::GyroOn) => ExtAction::GyroOn(b),
ActionType::Special(SpecialKey::GyroOff) => ExtAction::GyroOff(b),
ActionType::Special(s) => {
// TODO: Handle every special key.
eprintln!("Warning: special key {:?} is unimplemented", s);
ExtAction::None
}
#[cfg(feature = "vgamepad")]
ActionType::Gamepad(k) => ExtAction::GamepadKeyPress(k, b),
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants
0