View Source Scenic.Driver.Local.Cursor (scenic_driver_local v0.12.0-rc.0)

Experimental library of cursors that you can use with a Nerves project.

The :cursor option must be set to true in the driver config.

Note: the implementation of cursors is pretty naive and will be much more performant in the future.

In fact, I would really recommend using cursors at this point except to test it out and provide feedback...

Summary

Types

@type t() :: :none | :crosshair | :pointer | :text | Scenic.Script.t()