View Source Scenic.Driver.Local (scenic_driver_local v0.12.0-rc.0)
Documentation for Scenic.Driver.Local
.
Supported config options:
:name
:limit_ms
(non_neg_integer/0
) - The default value is29
.:layer
(integer/0
) - The default value is0
.:opacity
(integer/0
) - The default value is255
.:debug
(boolean/0
) - The default value isfalse
.:debugger
(String.t/0
) - The default value is""
.:debug_fps
(integer/0
) - The default value is0
.:antialias
(boolean/0
) - The default value istrue
.:calibration
- The default value is[]
.:position
(keyword/0
) - The default value is[]
.:window
(keyword/0
) - The default value is[]
.:title
(String.t/0
) - The default value is"Scenic Window"
.:resizeable
(boolean/0
) - The default value isfalse
.
:cursor
(boolean/0
) - The default value isfalse
.:key_map
(atom/0
) - The default value isScenic.KeyMap.USEnglish
.:on_close
- The default value is:restart
.:input_blacklist
(list ofString.t/0
) - The default value is[]
.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec hide_cursor(driver :: pid() | Scenic.Driver.t()) :: :ok
@spec position(driver :: pid() | Scenic.Driver.t(), otps :: Keyword.t()) :: :ok | NimbleOptions.ValidationError.t()
@spec set_cursor( driver :: pid() | Scenic.Driver.t(), cursor :: Scenic.Driver.Local.Cursor.t() ) :: :ok
@spec show_cursor(driver :: pid() | Scenic.Driver.t()) :: :ok