efl/gesture: remove Efl.Canvas.Gesture_Recognizer_Type

this serves no purpose and isn't used anywhere

Reviewed-by: woochan lee <wc0917.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D11323
This commit is contained in:
Mike Blumenkrantz 2020-02-11 10:48:44 -05:00 committed by Marcel Hollerbach
parent 93abc9cbeb
commit f5c4c4ee15
1 changed files with 0 additions and 14 deletions

View File

@ -36,20 +36,6 @@ enum @beta Efl.Canvas.Gesture_Recognizer_Result
result_mask = 0x00ff, [[The gesture result mask]]
}
enum @beta Efl.Canvas.Gesture_Recognizer_Type
{
[[ This enum type describes the type of gesture recognized by a given recognizer. ]]
legacy: efl_gesture_recognizer_type;
tap = 0, [[See @[Efl.Canvas.Gesture_Events.gesture,tap] ]]
double_tap, [[See @[Efl.Canvas.Gesture_Events.gesture,double_tap] ]]
triple_tap, [[See @[Efl.Canvas.Gesture_Events.gesture,triple_tap] ]]
long_tap, [[See @[Efl.Canvas.Gesture_Events.gesture,long_tap] ]]
momentum, [[See @[Efl.Canvas.Gesture_Events.gesture,momentum] ]]
flick, [[See @[Efl.Canvas.Gesture_Events.gesture,flick] ]]
zoom, [[See @[Efl.Canvas.Gesture_Events.gesture,zoom] ]]
custom, [[See @[Efl.Canvas.Gesture_Events.gesture,custom] ]]
}
struct @beta @c_name(Efl_Gesture_Touch_Point_Info) Efl.Canvas.Gesture_Touch_Point_Info {
[[This struct represents the underlying data of a touch point.]]
pos: Eina.Position2D; [[The canvas position of the touch point data.]]