set-edge-wrap! -- Set the edge x and y wrap values to X and Y, respectively.
Synopsis
(set-edge-wrap! x y)
Description
Set the edge x and y wrap values to X and Y, respectively.
These values should be #t to mean that the pointer should
wrap in the given direction, or #f to not wrap around.
See also set-edge-x-wrap! and set-edge-y-wrap!.