forked from cafeberry/cafeberry
add kbm support
This commit is contained in:
@@ -411,7 +411,7 @@ bool IUIScene_CraftingMenu::handleKeyDown(int iPad, int iAction, bool bRepeat)
|
||||
{
|
||||
bNoScrollSlots = true;
|
||||
}
|
||||
#ifdef __PSVITA__
|
||||
#if defined(__PSVITA__) || defined(_WINDOWS64)
|
||||
bNoScrollSlots = true;
|
||||
#endif
|
||||
|
||||
@@ -983,7 +983,7 @@ void IUIScene_CraftingMenu::UpdateVerticalSlots()
|
||||
{
|
||||
bNoScrollSlots = true;
|
||||
}
|
||||
#ifdef __PSVITA__
|
||||
#if defined(__PSVITA__) || defined(_WINDOWS64)
|
||||
bNoScrollSlots = true;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user