To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Mouse and touchscreen information.
All positions are given in logical pixels, not hardware pixels (see the Theme
SCALE
variable).
Dependency graph
val pointer_pos : Tsdl.Sdl.event -> int * int
Return the pointer current position. This works both for mouse and touchscreen.
val window_pos : Tsdl.Sdl.window -> int * int
Return the mouse position with respect to the given window, using window position if necessary.
val button_pos : Tsdl.Sdl.event -> int * int
val finger_pos : Tsdl.Sdl.event -> float * float
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page