Merging keyCode and keyIdentifier and adjusting the docs accordingly
This commit is contained in:
parent
5fff06d2c2
commit
14740eeb8a
4 changed files with 8 additions and 10 deletions
|
@ -16,7 +16,7 @@ namespace atom {
|
|||
ui::KeyboardCode KeyboardCodeFromCharCode(base::char16 c, bool* shifted);
|
||||
|
||||
// Return key code of the char from a string representation of the char
|
||||
ui::KeyboardCode KeyboardCodeFromKeyIdentifier(std::string chr);
|
||||
ui::KeyboardCode KeyboardCodeFromKeyIdentifier(const std::string& chr);
|
||||
|
||||
} // namespace atom
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue