1 2 3 4 5 6 7
pub const PageFlip = packed struct(u32) { event: bool, is_async: bool, absolute: bool, relative: bool, _padding: u28, }