MCPcopy Create free account
hub / github.com/microsoft/SandDance / getEventModifierState

Function getEventModifierState

docs/external/js/react-dom.development.js:9464–9466  ·  view source on GitHub ↗
(nativeEvent)

Source from the content-addressed store, hash-verified

9462 }
9463
9464 function getEventModifierState(nativeEvent) {
9465 return modifierStateGetter;
9466 }
9467
9468 var previousScreenX = 0;
9469 var previousScreenY = 0; // Use flags to signal movementX/Y has already been set

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected