[][src]Module wasmer_experimental_io_devices_lib::framebuffer

Code for interacting the experimental Wasmer Framebuffer.

See the example for details about how to use this crate to interact with the framebuffer.

Modules

color

Data and functions for dealing with color

Structs

FrameBufferCtx

Wrapper around framebuffer primitives, allows you to draw and get input easily

InputIter

Iterator over InputEvents.

Enums

InputEvent

An event of an input from the user.

Key

A key on a keyboard.

MouseEventType

The type of mouse event.