mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
c22af1b888
commit
510bc9e344
2 changed files with 1 additions and 11 deletions
|
@ -157,16 +157,6 @@ namespace entry
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char* s_gamepadAxisName[GamepadAxis::Count] =
|
|
||||||
{
|
|
||||||
"LeftX",
|
|
||||||
"LeftY",
|
|
||||||
"LeftZ",
|
|
||||||
"RightX",
|
|
||||||
"RightY",
|
|
||||||
"RightZ",
|
|
||||||
};
|
|
||||||
|
|
||||||
bool processEvents(uint32_t& _width, uint32_t& _height, uint32_t& _debug, uint32_t& _reset, MouseState* _mouse)
|
bool processEvents(uint32_t& _width, uint32_t& _height, uint32_t& _debug, uint32_t& _reset, MouseState* _mouse)
|
||||||
{
|
{
|
||||||
s_debug = _debug;
|
s_debug = _debug;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#define ENTRY_H_HEADER_GUARD
|
#define ENTRY_H_HEADER_GUARD
|
||||||
|
|
||||||
#include "dbg.h"
|
#include "dbg.h"
|
||||||
|
#include <string.h> // memset
|
||||||
#include <bx/bx.h>
|
#include <bx/bx.h>
|
||||||
|
|
||||||
namespace bx { struct FileReaderI; struct FileWriterI; }
|
namespace bx { struct FileReaderI; struct FileWriterI; }
|
||||||
|
|
Loading…
Reference in a new issue