>>107542891
bool ZEKEObjectIsScroll=FALSE;
bool ZEKEObjectOnScrollV(ZEKEWindow *w, ZEKEObject **p, ZEKEObject *v){
ZEKEMouse *tm=ZEKEMouseInit;
bool con=FALSE;
w->GetTick=w->SetTick;
if((ZEKEObjectOnPress(w, p[0]) || ZEKEObjectIsScroll) and tm->Y > p[0]->Y+p[1]->W+2 and tm->Y <= (p[0]->H+p[1]->H)-2){
//Hold Press Mouse LB While Dragging the Scrollbar Thumb, Set TRUE
if(tm->IsMousePress) ZEKEObjectIsScroll=TRUE;
else ZEKEObjectIsScroll=FALSE;
//v->X=(tm->X-w->X)-p->W/2;
v->Y=((tm->Y)-p[1]->H*2)+2;
con=TRUE;
Comment too long. Click here to view the full text.