[][src]Module egui_web::backend

Structs

AppRunner
Color32

This format is used for space-efficient color representation (32 bits).

NeedRepaint
WebBackend
WebInput

Data gathered between frames.

Functions

pos2

pos2(x,y) == Pos2::new(x, y)

start

Install event listeners to register different input events and start running the given app.