feat: expose location and modifiers on before-input-event (#29850)
* feat: expose location and modifiers on before-input-event * lint
This commit is contained in:
parent
1897b14af3
commit
4d0475c9ce
4 changed files with 84 additions and 19 deletions
|
@ -36,6 +36,8 @@ struct Converter<blink::WebKeyboardEvent> {
|
|||
static bool FromV8(v8::Isolate* isolate,
|
||||
v8::Local<v8::Value> val,
|
||||
blink::WebKeyboardEvent* out);
|
||||
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|
||||
const blink::WebKeyboardEvent& in);
|
||||
};
|
||||
|
||||
template <>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue