MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / onFocusOut

Function onFocusOut

frontend/src/utility-functions/input.ts:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274}
275
276export function onFocusOut() {
277 canvasFocused = false;
278}
279
280function detectShake(e: PointerEvent | MouseEvent): boolean {
281 const SENSITIVITY_DIRECTION_CHANGES = 3;

Callers 1

input.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected