scroll-direction ( event -- pair )


Vocabulary
ui.backend.gtk2

Inputs
eventan object


Outputs
pairan object


Definition


: scroll-direction ( event -- pair )
direction>> {
{ 0 { 0 -1 } }
{ 1 { 0 1 } }
{ 2 { -1 0 } }
{ 3 { 1 0 } }
} at ;