Exit | |
---|---|
Block | |
+0 | Dragbox minimum x |
+4 | Dragbox minimum y |
+8 | Dragbox maximum x |
+12 | Dragbox maximum y |
This code is returned from Wimp_Poll and indicates that all the mouse buttons are released to finish a user drag that was initiated by Wimp_DragBox.
This call only provides the final position of the dragbox. To find where the dragbox ended, Wimp_GetPointerInfo must be called.