Commit Graph

8 Commits

Author SHA1 Message Date
Ferdinand Schober
f545fe2686 Abstract Event Types into a general struct
Ground work for supporting different input / emulation backends
2023-02-08 00:41:25 +01:00
Ferdinand Schober
30e7a5b2ec Revert "start abstracting event type"
whops wrong branch ...

This reverts commit 3c26f35d5f.
2023-02-02 22:06:10 +01:00
Ferdinand Schober
3c26f35d5f start abstracting event type 2023-02-04 16:35:07 +01:00
Ferdinand Schober
5222f54eee major refactor
every instance of lan-mouse can now simultaneously send and receive
events
2023-01-30 19:15:58 +01:00
Ferdinand Schober
76261ad24a Send ALL keyboard shortcuts
Using keyboard-shortcut-inhibit-unstable-v1.xml we can inhibit shortcuts
for the server and send those to the client as well.
2022-09-20 08:24:44 +02:00
Ferdinand Schober
da7558b33b not sure why I don't get any frame events ... 2022-09-19 19:13:51 +02:00
Ferdinand Schober
2cd522044a send frame after every pointer event to 'commit' it 2022-09-19 18:04:43 +02:00
Ferdinand Schober
35414059a8 Keyboard support + data requests via tcp server 2022-09-19 17:20:50 +02:00