Skip to content

textmode.js / Textmodifier / movedX

Property: movedX

ts
readonly movedX: number;

Horizontal mouse movement accumulated since the previous rendered frame.

This is especially useful while pointer lock is active, where absolute mouse coordinates stop being meaningful and relative movement becomes the primary input signal.

Example