Formatted EVERYTHING
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#pragma once
|
||||
#include "Graphics/Resources.h"
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
namespace Component
|
||||
{
|
||||
struct KeyboardInput
|
||||
{
|
||||
namespace Seele {
|
||||
namespace Component {
|
||||
struct KeyboardInput {
|
||||
Seele::StaticArray<bool, static_cast<size_t>(Seele::KeyCode::KEY_LAST)> keys;
|
||||
bool mouse1;
|
||||
bool mouse2;
|
||||
@@ -16,6 +13,6 @@ struct KeyboardInput
|
||||
float deltaY;
|
||||
float scrollX;
|
||||
float scrollY;
|
||||
};
|
||||
};
|
||||
} // namespace Component
|
||||
} // namespace Seele
|
||||
Reference in New Issue
Block a user