pub fn create_window_message(
x: i32,
y: i32,
width: u32,
height: u32,
title: &str,
) -> Vec<u8>Expand description
Create a window creation message
pub fn create_window_message(
x: i32,
y: i32,
width: u32,
height: u32,
title: &str,
) -> Vec<u8>Create a window creation message