Commit Graph

30 Commits

Author SHA1 Message Date
bel
2746051a2a typing 2023-03-24 22:24:08 -06:00
bel
610aef4f7e rebuild parser on refresh 2023-03-24 22:15:36 -06:00
bel
a9ca58f154 v1 complete 2023-03-24 22:10:37 -06:00
bel
7182ab387f test button.plaintext parser 2023-03-24 21:38:06 -06:00
bel
01777c8c3e clean shutdown with udp 2023-03-24 21:14:27 -06:00
bel
aa16b66332 udp in bg thread 2023-03-24 21:02:47 -06:00
bel
2af373aed7 integrate button.Parser 2023-03-24 20:52:44 -06:00
bel
896f5e9c92 wrap accepts button.Parser 2023-03-24 20:50:58 -06:00
bel
b319ed7e6d split wrap protocol parsing into input.button 2023-03-24 20:25:15 -06:00
bel
9990273b19 protocol should be pkg 2023-03-24 20:05:55 -06:00
bel
38b00e55b0 split src/devices/input into src/devices/input/{raw,wrap} 2023-03-24 19:51:38 -06:00
Bel LaPointe
287b9c7b4e udp input except no clean shutdown 2023-03-24 18:48:54 -06:00
Bel LaPointe
adabc4eb98 input.New refactor and test 2023-03-24 12:05:50 -06:00
Bel LaPointe
6e1bfc177d fix random weighted char because %sum can never get last value of sum 2023-03-24 11:51:29 -06:00
Bel LaPointe
e491cc5cbc refresher input 2023-03-24 11:46:55 -06:00
bel
37d02f0f52 debugs 2023-03-23 21:05:30 -06:00
bel
8e92c9a6d6 keyboard supports !a to indicate release a 2023-03-23 20:39:57 -06:00
Bel LaPointe
1fc6d71db6 $INPUT_BUFFERED_STICKY_DURATION 2023-03-23 17:00:49 -06:00
Bel LaPointe
32c186e1e2 input ignores newline chars 2023-03-23 15:53:01 -06:00
Bel LaPointe
74e54c4efa support $INPUT_REMAP_FILE 2023-03-02 15:33:52 -07:00
Bel LaPointe
b0767818e2 can exit while reading from keyboard 2023-03-02 15:24:26 -07:00
Bel LaPointe
5c5a371f55 buffer blocks while no changes underlying, test buffer 2023-03-02 15:17:01 -07:00
Bel LaPointe
bfdab392a0 add input.Buffered and input.Keyboard and a binary to try combo 2023-03-02 15:11:57 -07:00
Bel LaPointe
5edefdff5f test $INPUT_RANDOM_WEIGHT_FILE 2023-03-02 09:49:43 -07:00
Bel LaPointe
a732bdb6c3 simplify input package but also build secretly new config file option 2023-03-02 09:45:56 -07:00
Bel LaPointe
ef314b6b33 random char from weights support 2023-03-02 09:36:59 -07:00
Bel LaPointe
fe16e2325c random accepts generator 2023-03-02 09:31:40 -07:00
Bel LaPointe
5f59054366 key.To/FromChar 2023-03-02 09:25:19 -07:00
bel
011e37a8fa default constructor 2023-03-01 22:55:11 -07:00
bel
b2bea80c4c input.Random.Read yields input.Button 2023-03-01 22:03:44 -07:00