2003-02-12 01:57:20 +00:00
<Type Name= "EventProximity" FullName= "Gdk.EventProximity" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public sealed struct EventProximity;" Maintainer= "auto" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > gdk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:57:20 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:57:20 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 01:57:20 +00:00
<Docs >
2003-07-29 03:14:04 +00:00
<summary > Proximity events are generated when using GDK's wrapper for the XInput extension.</summary>
<remarks >
<para >
Proximity events are generated when using GDK's wrapper for
the XInput extension. The XInput extension is an add-on for
standard X that allows you to use nonstandard devices such as
graphics tablets. A proximity event indicates that the stylus
has moved in or out of contact with the tablet, or perhaps
that the user's finger has moved in or out of contact with a
touch screen.
</para>
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
<Base >
<BaseTypeName > System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
2004-02-26 18:46:28 +00:00
<Member MemberName= "Device" >
<MemberSignature Language= "C#" Value= "public Gdk.Device Device { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Device</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-29 04:45:04 +00:00
<summary > The device where the event originated.</summary>
<returns > The device where the event originated.</returns>
<remarks > None.</remarks>
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
<Member MemberName= "Time" >
<MemberSignature Language= "C#" Value= "public uint Time { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.UInt32</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-29 04:45:04 +00:00
<summary > The time of the event in milliseconds.</summary>
<returns > The time of the event in milliseconds.</returns>
<remarks > None.</remarks>
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public EventProximity (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
<Docs >
2004-06-29 04:45:04 +00:00
<summary > Internal constructor.</summary>
<param name= "raw" > raw unmanaged pointer.</param>
<returns > A new <see cref= "T:Gdk.EventProximity" /> </returns>
<remarks > None.</remarks>
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
2003-02-12 01:57:20 +00:00
</Members>
2004-05-27 19:02:19 +00:00
</Type>