repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git]
/
ui
/
keyboard
/
webui
/
keyboard.mojom
blob
83e626beefc3dd664ec148c4a9b505f7ebe1566d
1
[Client=KeyboardAPI]
2
interface KeyboardUIHandlerMojo {
3
SendKeyEvent(string? event_type,
4
int32 char_value,
5
int32 key_code,
6
string? key_name,
7
int32 modifiers);
8
9
HideKeyboard();
10
};
11
12
interface KeyboardAPI {
13
OnTextInputTypeChanged(string? input_type);
14
};