aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2018-10-03 23:31:36 +0200
committerTeddy Wing2018-10-03 23:31:36 +0200
commit9af4701e7364dac691ce8d2f2875a974091d5453 (patch)
treec18f06882eaa8eb55434231fd5f5924553888628 /src/lib.rs
parent1485622edf17fb274ada843cced2b4360d7f5aa4 (diff)
downloaddome-key-map-9af4701e7364dac691ce8d2f2875a974091d5453.tar.bz2
Remove return values from `c_run_key_action()` etc.
Get rid of the return values on `c_run_key_action()` and `run_key_action_for_mode()`. The reason why we returned a result previously was to feed information back to the Objective-C caller to run subsequent parts of the pipeline, like storing the current in-mode and simulating key presses. Now that both of those are handled by the Rust code, we have no more need for these return structs. Get rid of the return values to clean up the code a bit.
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions