Constant ul_sys::ULKeyEventType_kKeyEventType_RawKeyDown[][src]

pub const ULKeyEventType_kKeyEventType_RawKeyDown: ULKeyEventType = 2;
Expand description

Raw Key-Down type. Use this when a physical key is pressed.

@NOTE: You should use RawKeyDown for physical key presses since it allows WebCore to do additional command translation.