xmake.repo/packages/n/noesis/latest/Include/NsGui/ScrollBar.inl
2024-12-22 19:15:02 +08:00

15 lines
623 B
C++

////////////////////////////////////////////////////////////////////////////////////////////////////
// NoesisGUI - http://www.noesisengine.com
// Copyright (c) 2013 Noesis Technologies S.L. All Rights Reserved.
////////////////////////////////////////////////////////////////////////////////////////////////////
namespace Noesis
{
////////////////////////////////////////////////////////////////////////////////////////////////////
inline ScrollEventArgs::ScrollEventArgs(BaseComponent* s, float value, ScrollEventType type):
RoutedEventArgs(s, ScrollBar::ScrollEvent), newValue(value), scrollEventType(type) {}
}