add kbm support

This commit is contained in:
2026-08-13 09:11:13 +03:00
parent fb2e8eefd9
commit 7c7386099a
62 changed files with 1036 additions and 134 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ UIGroup::UIGroup(EUIGroup group, int iPad)
for(unsigned int i = 0; i < eUILayer_COUNT; ++i)
{
m_layers[i] = new UILayer(this);
#ifdef __PSVITA__
#if defined(__PSVITA__) || defined(_WINDOWS64)
m_layers[i]->m_iLayer=(EUILayer)i;
#endif
}
@@ -206,7 +206,7 @@ bool UIGroup::HasFocus(int iPad)
return hasFocus;
}
#ifdef __PSVITA__
#if defined(__PSVITA__) || defined(_WINDOWS64)
UIScene *UIGroup::getCurrentScene()
{
UIScene *pScene;