Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:17:00 +02:00
parent 7c923198e0
commit b49e5e9984
219 changed files with 348 additions and 1236 deletions

View File

@@ -13,9 +13,8 @@
/// </summary>
API_CLASS(Abstract, NoSpawn) class FLAXENGINE_API InputDevice : public ScriptingObject
{
DECLARE_SCRIPTING_TYPE_NO_SPAWN(InputDevice);
DECLARE_SCRIPTING_TYPE_NO_SPAWN(InputDevice);
public:
enum class EventType
{
Char,
@@ -81,7 +80,6 @@ public:
typedef Array<Event, InlinedAllocation<32>> EventQueue;
protected:
String _name;
EventQueue _queue;
@@ -92,7 +90,6 @@ protected:
}
public:
/// <summary>
/// Gets the name.
/// </summary>