MCPcopy Index your code
hub / github.com/paperwm/PaperWM / driftLeft

Method driftLeft

tiling.js:1289–1289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1287 }
1288
1289 driftLeft() { this._drift(-1 * Settings.prefs.drift_speed); }
1290 driftRight() { this._drift(Settings.prefs.drift_speed); }
1291
1292

Callers 1

setupActionsFunction · 0.80

Calls 1

_driftMethod · 0.95

Tested by

no test coverage detected