package lambda-term
-
lambda-term
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Mouse events
Type of mouse button.
type t = {
control : bool;
(*Is the control key down ?
*)meta : bool;
(*Is the meta key down ?
*)shift : bool;
(*Is the shift key down ?
*)button : button;
(*Which button have been pressed ?
*)row : int;
(*The row at which the mouse was when the button has been pressed.
*)col : int;
(*The column at which the mouse was when the button has been pressed.
*)
}
Type of mouse click event.
val control : t -> bool
val meta : t -> bool
val row : t -> int
val col : t -> int
val coord : t -> LTerm_geom.coord
val to_string : t -> string
Returns the string representation of the given mouse event.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>