]> git.tdb.fi Git - libs/gui.git/commit
Add an input event synthetizer class
authorMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 12:33:20 +0000 (15:33 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 12:39:08 +0000 (15:39 +0300)
commit0deab959c5477fc43fe21787a426d5d092a5c91a
tree9b472bbf6027b31834de54a4575ba730c6f6c2e7
parentc27844be9db4862d52b1d1e523d1113929a96d5d
Add an input event synthetizer class
source/input/synthesizer.cpp [new file with mode: 0644]
source/input/synthesizer.h [new file with mode: 0644]
source/input/windows/synthesizer.cpp [new file with mode: 0644]
source/input/x11/synthesizer.cpp [new file with mode: 0644]