forked from cafeberry/cafeberry
add kbm support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user