class: ewol::context::InputPoperty
Description:
internal structure
Synopsis:
+ bool isUsed;
+ int32_t destinationInputId;
+ int64_t lastTimeEvent;
+ ewol::Widget* curentWidgetEvent;
+ vec2 origin;
+ vec2 size;
+ vec2 downStart;
+ vec2 posEvent;
+ bool isDown;
+ bool isInside;
+ int32_t nbClickEvent;
Detail:
isUsed
+ bool isUsed;
destinationInputId
+ int32_t destinationInputId;
lastTimeEvent
+ int64_t lastTimeEvent;
curentWidgetEvent
+ ewol::Widget* curentWidgetEvent;
origin
+ vec2 origin;
size
+ vec2 size;
downStart
+ vec2 downStart;
posEvent
+ vec2 posEvent;
isDown
+ bool isDown;
isInside
+ bool isInside;
nbClickEvent
+ int32_t nbClickEvent;