encode_i32

Function encode_i32 

Source
pub fn encode_i32(value: i32) -> [u8; 4]
Expand description

Encode an i32 value for keycode (flip sign bit, then NOT)