wpe_kiosk v0.1.0 WpeKiosk.Options

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %WpeKiosk.Options{
  cog_bin_path: nil | binary(),
  homepage: String.t(),
  init_udev_inputs: boolean(),
  startup_delay_ms: pos_integer(),
  udev_init_delay_ms: pos_integer(),
  use_cursor: boolean(),
  use_touch: boolean()
}

Link to this section Functions

Link to this function

%WpeKiosk.Options{} (struct)

Kiosk Options

  • homepage: url - load this page first. For local files, specify file:///path/to/index.html
  • use_touch: boolean - uses touch inputs (e.g. mice)
  • use_cursor: boolean - uses cursor inputs (e.g. mice)
  • init_udev_inputs: boolean` - starts udev daemon to handle input device events