flo_canvas_events 0.3.1

User input events for a flo_draw canvas
Documentation
  • Coverage
  • 22.56%
    30 out of 133 items documented0 out of 0 items with examples
  • Size
  • Source code size: 14.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Logicalshift/flo_draw
    131 8 8
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Logicalshift

Events

flo_draw is currently based on glutin, but uses its own event structure: this is to make it so that it's possible for future versions to replace glutin easily if that ever proves to be necessary, and to support easy porting of code using flo_draw to other windowing systems. This also isolates software implemented using flo_draw from changes to glutin.