mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace entry
|
||||
{ Key::GamepadUp, Key::GamepadDown },
|
||||
{ Key::None, Key::None },
|
||||
};
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(s_translateAxis) == BX_COUNTOF(s_axisDpad) );
|
||||
static_assert(BX_COUNTOF(s_translateAxis) == BX_COUNTOF(s_axisDpad) );
|
||||
|
||||
struct Joystick
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user