+Arx/src/window/SDL2Window.cpp:735:66: style: Parameter 'event' can be declared as pointer to const. However it seems that 'eventFilter' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback]