PointerPositionAttribute

Type Alias PointerPositionAttribute 

Source
pub type PointerPositionAttribute = Point16;
Expand description

According to [MS-RDPBCGR] 2.2.9.1.1.4.2 TS_POINTERPOSATTRIBUTE has the same layout as TS_POINT16

Aliased Type§

pub struct PointerPositionAttribute {
    pub x: u16,
    pub y: u16,
}

Fields§

§x: u16§y: u16