Jon Stelly
|
0d96948c26
|
fix: remote key-up on triggered release (#371)
Fixes #369
|
2026-02-06 16:06:19 +01:00 |
|
NeoTheFox
|
3f13714d8a
|
Add rustfmt.toml for explicit styling (#348)
* Propose an explicit .rustfnt.toml
Use 2024 style, 4 spaces for tabs and epand the default width a tad
* Auto-format the existing code with new rules
|
2025-11-02 11:52:01 +01:00 |
|
Ferdinand Schober
|
7677fae14b
|
Encryption and One-Way-Control (#200)
This is a major rewrite of the core networking logic enabling one-way control and encryption through the webrtc-dtls crate.
closes #164
closes #104
|
2024-11-09 13:54:43 +01:00 |
|
Ferdinand Schober
|
4db2d37f32
|
split into input-{event,capture,emulation}
|
2024-07-02 22:07:37 +02:00 |
|
Ferdinand Schober
|
70a23b9fa7
|
reduce coupling of emulation and capture backends
|
2024-07-02 16:23:07 +02:00 |
|
Ferdinand Schober
|
b6b16063a8
|
Configurable emulation backend (#151)
|
2024-07-01 20:09:16 +02:00 |
|
Ferdinand Schober
|
3528ef4fae
|
Configurable capture backend (#150)
capture backend can now be configured via the `capture_backend` cli argument / config entry
|
2024-06-29 00:10:36 +02:00 |
|
Ferdinand Schober
|
f7edfecba9
|
add tests for capture and emulation
|
2024-04-11 13:53:49 +02:00 |
|
Ferdinand Schober
|
742b1585d7
|
rename producer, consumer to emulation and capture (#98)
input emulation / input capture is clearer than event consumer and producer
|
2024-03-21 20:26:57 +01:00 |
|