Home
last modified time | relevance | path

Searched defs:InkApplicationGesture (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsinkaut.h313 typedef enum InkApplicationGesture { enum
358 } InkApplicationGesture; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsinkaut.h313 typedef enum InkApplicationGesture { enum
358 } InkApplicationGesture; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs2281 …pub unsafe fn SetGestureStatus(&self, gesture: InkApplicationGesture, listen: i16) -> ::windows::r… in SetGestureStatus()
3671 …pub unsafe fn SetGestureStatus(&self, gesture: InkApplicationGesture, listen: i16) -> ::windows::r… in SetGestureStatus()
4274 pub unsafe fn Id(&self) -> ::windows::runtime::Result<InkApplicationGesture> { in Id()
4583 …pub unsafe fn SetGestureStatus(&self, gesture: InkApplicationGesture, listen: i16) -> ::windows::r… in SetGestureStatus()
4910 …pub unsafe fn SetGestureStatus(&self, gesture: InkApplicationGesture, listen: i16) -> ::windows::r… in SetGestureStatus()
9193 pub struct InkApplicationGesture(pub i32); struct
9238 impl ::std::convert::From<i32> for InkApplicationGesture { implementation
9243 unsafe impl ::windows::runtime::Abi for InkApplicationGesture { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs1031 pub type InkApplicationGesture = i32; typedef