Servoy / svyKeyListener

NG Service for sending key strokes to the server
MIT License
0 stars 1 forks source link

Only remove callbacks with given callback key when adding new keylistener #23

Closed Matthias1590 closed 6 months ago

Matthias1590 commented 6 months ago

When adding a keylistener that should replace a previous keylistener, instead of replacing just the previous keylistener with the same callbackKey it replaces all keylisteners.