cef_menu_model_t.get_accelerator_at

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

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, size_t index, int* key_code, int* shift_pressed, int* ctrl_pressed, int* alt_pressed) nothrow get_accelerator_at;

Meta