Replace paths and windows APIs, cleanup source tree
This commit is contained in:
@@ -96,7 +96,7 @@ UIScene_EndPoem::UIScene_EndPoem(int iPad, void *initData, UILayer *parentLayer)
|
||||
|
||||
#if TO_BE_IMPLEMENTED
|
||||
m_scrollDir = 1;
|
||||
HRESULT hr = XuiHtmlControlSetSmoothScroll(m_htmlControl.m_hObj, XUI_SMOOTHSCROLL_VERTICAL,TRUE,AUTO_SCROLL_SPEED,1.0f,AUTO_SCROLL_SPEED);
|
||||
HRESULT hr = XuiHtmlControlSetSmoothScroll(m_htmlControl.m_hObj, XUI_SMOOTHSCROLL_VERTICAL,true,AUTO_SCROLL_SPEED,1.0f,AUTO_SCROLL_SPEED);
|
||||
XuiHtmlControlVScrollBy(m_htmlControl.m_hObj,m_scrollDir * 1000);
|
||||
|
||||
SetTimer(0,200);
|
||||
|
||||
Reference in New Issue
Block a user