Struct VirtualKeyboardNativeMethods.MOUSEINPUT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: TelerikCommon.dll
Syntax
public struct MOUSEINPUT
Fields
ExtraInfo
Declaration
public IntPtr ExtraInfo
Field Value
System.IntPtr
|
Flags
Declaration
public uint Flags
Field Value
System.UInt32
|
MouseData
Declaration
public uint MouseData
Field Value
System.UInt32
|
Time
Declaration
public uint Time
Field Value
System.UInt32
|
X
Declaration
public int X
Field Value
System.Int32
|
Y
Declaration
public int Y
Field Value
System.Int32
|