pub fn dom_request_pointer_lock(
it: &mut Interp,
this: Value,
_a: &[Value],
) -> Result<Value, Value>Expand description
element.requestPointerLock()(Pointer Lock API。丸ごと未対応だった)。
requestFullscreen/fullscreenElement と全く同じ「実際のロック/画面占有
までは行わず状態のみ追跡する」簡略方針(pointerlockchange イベントは
対象外)。