Format all files based on clang-format file
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
namespace Copium
|
||||
{
|
||||
MousePressEvent::MousePressEvent(int button)
|
||||
: Event{EventType::MousePress}, button{button}
|
||||
{}
|
||||
: Event{EventType::MousePress},
|
||||
button{button}
|
||||
{
|
||||
}
|
||||
|
||||
int MousePressEvent::GetButton() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user