added dummy functions
This commit is contained in:
parent
462a9833df
commit
db1e04487c
1 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,11 @@ pub fn create_keyboard_hooks(channel_tx: crossbeam_channel::Sender<String>) {
|
|||
|
||||
inputbot::handle_input_events();
|
||||
}
|
||||
|
||||
pub fn next_slide() {
|
||||
todo!()
|
||||
}
|
||||
|
||||
pub fn prev_slide() {
|
||||
todo!()
|
||||
}
|
Loading…
Reference in a new issue