feat: start orbis input lib ig

This commit is contained in:
2026-09-13 12:26:57 -04:00
parent fadd294009
commit 0c3536ab2f
25 changed files with 1198 additions and 162 deletions
+14
View File
@@ -0,0 +1,14 @@
#include "INP_OnScreenKeyboard.h"
#include "4J_Input.h"
#include "INP_Main.h"
//str1k3r - to be renamed SelectBackSwapped
void C_4JInput::SetCircleCrossSwapped(bool swapped)
{
InternalInputManager.m_iSelectBackSwapped = swapped;
}
bool C_4JInput::IsCircleCrossSwapped()
{
return InternalInputManager.m_iSelectBackSwapped;
}