[][src]Constant ul_sys::ULKeyEventType_kKeyEventType_RawKeyDown

pub const ULKeyEventType_kKeyEventType_RawKeyDown: ULKeyEventType = 2;

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.