Constant evdev::KEY []

pub const KEY: Types = Types{bits: 1 << 1,}

A key changed state. A key, or button, is usually a momentary switch (in the circuit sense). It has two states: down, or up. There are events for when keys are pressed (become down) and released (become up). There are also "key repeats", where multiple events are sent while a key is down.