cef_menu_model_t.get_accelerator

Retrieves the keyboard accelerator for the specified |command_id|. Returns true (1) on success.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, int command_id, int* key_code, int* shift_pressed, int* ctrl_pressed, int* alt_pressed) nothrow get_accelerator;

Meta