Remove LEGO1_EXPORT from inline function

This commit is contained in:
Christian Semmler 2025-07-15 16:38:58 -07:00
parent f865cf8a05
commit c0725c9ae3
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -164,7 +164,7 @@ class LegoInputManager : public MxPresenter {
LEGO1_EXPORT MxBool
HandleRumbleEvent(float p_strength, float p_lowFrequencyRumble, float p_highFrequencyRumble, MxU32 p_milliseconds);
LEGO1_EXPORT void UpdateLastInputMethod(SDL_Event* p_event);
LEGO1_EXPORT const auto& GetLastInputMethod() { return m_lastInputMethod; }
const auto& GetLastInputMethod() { return m_lastInputMethod; }
// clang-format off
enum class SDL_KeyboardID_v : SDL_KeyboardID {};