This article covers the following platforms
MSFS 2024
MSFS 2020
ATS
FSX
Prepar3D
scroll runs when the user scrolls the tile with the scroll wheel.
scroll((event) => {
example_event = {
from: 'wheel', // where was the command sent from. Can be 'wheel' 'otto' or 'debugger'
scroll: 100 // amount of scroll
}
});event: Details about where the scroll came from and the scroll amount. See example_event in the code above.