2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 16:59:12 +00:00

Input handling for CGuiFrame

This commit is contained in:
Jack Andersen
2016-03-14 13:32:44 -10:00
parent aa207d3e5f
commit 66247cfe79
18 changed files with 501 additions and 93 deletions

View File

@@ -7,8 +7,10 @@ namespace urde
class CGuiControllerInfo
{
public:
class CGuiControllerStateInfo
struct CGuiControllerStateInfo
{
char cIdx;
char lx, ly, rx, ry;
};
};