elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

Supprt numpad modifier modes #182

Closed jasedit closed 3 years ago

jasedit commented 3 years ago

This adds sneaking and familiar movement with modifier keys, to match the behavior of other front ends (and as suggested in #181).

This also refactors the code to allow unit testing without having to fight mocking half the system. This requires introducing helper functions which can be mocked in order to test behavior on different platforms, but it works.