Type Alias AcceleratorTable

Source
pub type AcceleratorTable = AcceleratorTableIsOwned<true>;
Expand description

An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands.

Aliased Type§

pub struct AcceleratorTable(/* private fields */);