Replace paths and windows APIs, cleanup source tree

This commit is contained in:
murdle
2026-03-01 17:42:21 +02:00
parent b63f76b43f
commit fd7d6b7a35
13040 changed files with 4674 additions and 2944714 deletions

View File

@@ -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);