mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Add support for accelerators (issue #2102)
This commit is contained in:
@@ -68,6 +68,10 @@ class CefWindowCToCpp
|
||||
void SendMouseMove(int screen_x, int screen_y) OVERRIDE;
|
||||
void SendMouseEvents(cef_mouse_button_type_t button, bool mouse_down,
|
||||
bool mouse_up) OVERRIDE;
|
||||
void SetAccelerator(int command_id, int key_code, bool shift_pressed,
|
||||
bool ctrl_pressed, bool alt_pressed) OVERRIDE;
|
||||
void RemoveAccelerator(int command_id) OVERRIDE;
|
||||
void RemoveAllAccelerators() OVERRIDE;
|
||||
|
||||
// CefPanel methods.
|
||||
CefRefPtr<CefWindow> AsWindow() OVERRIDE;
|
||||
|
Reference in New Issue
Block a user