[EflSharp] Update Circle and efl cs files (#819)
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / efl / efl_input_types.eot.cs
index 8c80622..b24f285 100644 (file)
@@ -3,8 +3,12 @@ using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
 using System.Linq;
+using System.Threading;
 using System.ComponentModel;
-namespace Efl { namespace Pointer { 
+namespace Efl {
+
+namespace Pointer {
+
 /// <summary>Pointer event type. Represents which kind of event this is.
 /// (Since EFL 1.19)</summary>
 public enum Action
@@ -28,8 +32,15 @@ Wheel = 7,
 /// <summary>Axis event (pen, stick, ...).</summary>
 Axis = 8,
 }
-} } 
-namespace Efl { namespace Pointer { 
+
+}
+
+}
+
+namespace Efl {
+
+namespace Pointer {
+
 /// <summary>Pointer flags indicating whether a double or triple click is under way.
 /// (Since EFL 1.19)</summary>
 public enum Flags
@@ -41,8 +52,15 @@ DoubleClick = 1,
 /// <summary>This mouse button press was the 3rd press of a triple click</summary>
 TripleClick = 2,
 }
-} } 
-namespace Efl { namespace Input { 
+
+}
+
+}
+
+namespace Efl {
+
+namespace Input {
+
 /// <summary>Special flags set during an input event propagation.
 /// (Since EFL 1.19)</summary>
 public enum Flags
@@ -54,8 +72,15 @@ Processed = 1,
 /// <summary>This event flag indicates the event occurs while scrolling; for example, DOWN event occurs during scrolling. The event should be used for informational purposes and maybe some indications visually, but not actually perform anything.</summary>
 Scrolling = 2,
 }
-} } 
-namespace Efl { namespace Input { 
+
+}
+
+}
+
+namespace Efl {
+
+namespace Input {
+
 /// <summary>How the mouse pointer should be handled by EFL.
 /// In the mode <c>autograb</c>, when a mouse button is pressed down over an object and held down, with the mouse pointer being moved outside of it, the pointer still behaves as being bound to that object, albeit out of its drawing region. When the button is released, the event will be fed to the object, that may check if the final position is over it or not and do something about it.
 /// 
@@ -71,8 +96,15 @@ NoGrab = 1,
 /// (Since EFL 1.2)</summary>
 NoGrabNoRepeatUpdown = 2,
 }
-} } 
-namespace Efl { namespace Input { 
+
+}
+
+}
+
+namespace Efl {
+
+namespace Input {
+
 /// <summary>Keys for the generic values of all events.
 /// (Since EFL 1.19)</summary>
 public enum Value
@@ -132,8 +164,15 @@ WheelHorizontal = 25,
 /// <summary>Current position of the slider on the tool. Range: [-1, 1]. Default: 0.</summary>
 Slider = 26,
 }
-} } 
-namespace Efl { namespace Input { 
+
+}
+
+}
+
+namespace Efl {
+
+namespace Input {
+
 /// <summary>Key modifiers such as Control, Alt, etc...
 /// This enum may be used as a bitmask with OR operations, depending on the API.
 /// 
@@ -158,8 +197,15 @@ Hyper = 32,
 /// <summary>Super key modifier (may be &quot;Windows&quot; key)</summary>
 Super = 64,
 }
-} } 
-namespace Efl { namespace Input { 
+
+}
+
+}
+
+namespace Efl {
+
+namespace Input {
+
 /// <summary>Key locks such as Num Lock, Scroll Lock and Caps Lock.
 /// This enum may be used as a bitmask with OR operations, depending on the API.
 /// 
@@ -178,4 +224,8 @@ Scroll = 4,
 /// <summary>Shift Lock</summary>
 Shift = 8,
 }
-} } 
+
+}
+
+}
+