File canvas-draw/api/native.wiki artifact 907ab1647b part of check-in 432c02a937
native Module
Synopsis
Racket | (require (planet murphy/canvas-draw:1:0/native)) |
---|---|
CHICKEN | (require-extension canvas-draw-native) |
Native context support. Initializes context+ support when loaded.
Context Types
[context:native context?]
Context type for native windows.
Auxiliary Functions
(screen-size) → (values integer? integer? real? real?)
(screen-size) → (values integer? integer? real? real?)
Determines the width and height of the whole screen in pixels and millimeters.