https://github.com/memo/msalibs/blob/ma-…-adWarp.cpp
if(curPoint){
switch((int)curPoint->z){
case 0: pts[0].set(0, 0); break;
case 1: pts[1].set(width, 0); break;
case 2: pts[2].set(width, height-config->sliderTextHeight); break;
case 3: pts[3].set(0, height-config->sliderTextHeight); break;
}
}
I debug the result curPoint here is always 0 …
What we have to how to correct ah?
I use a win7 + of0.62 + codeBlock10.05