📄 shellthread.h
字号:
#ifndef SHELL_THREAD_H#define SHELL_THREAD_H#ifdef __cplusplusextern "C" {#endifvoid shell_thread_create (RMTdvdControl ctrl_dvd);void shell_thread_lock (void);const char *shell_thread_get_user_input (void);void shell_thread_unlock (void);void shell_thread_die (void);RMstatus shell_thread_get_next_playlist (RMdvdPlaylistItem **item);#ifdef __cplusplus};#endif#endif //SHELL_THREAD_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -