cef_menu_model_t.has_accelerator

Returns true (1) if the specified |command_id| has a keyboard accelerator assigned.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, int command_id) nothrow has_accelerator;

Meta