package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Seat.Pointer_bindingSource

type t = {
  1. obj : Wire.Obj.Window_management.Pointer_binding.t;
  2. seat : Types.Seat.t;
  3. mode : Oxbow_core.Mode.t;
  4. mutable enabled : bool;
  5. command : Oxbow_ipc.Command.t;
  6. mods : int32;
  7. button : Oxbow_core.Pointer_button.t;
}