Implement input only mode w/ double framerate for virtual display
This commit is contained in:
@@ -17,6 +17,7 @@ namespace config {
|
||||
struct video_t {
|
||||
bool headless_mode;
|
||||
bool limit_framerate;
|
||||
bool double_framerate;
|
||||
// ffmpeg params
|
||||
int qp; // higher == more compression and less quality
|
||||
|
||||
@@ -198,6 +199,8 @@ namespace config {
|
||||
|
||||
bool high_resolution_scrolling;
|
||||
bool native_pen_touch;
|
||||
|
||||
bool enable_input_only_mode;
|
||||
};
|
||||
|
||||
namespace flag {
|
||||
|
||||
Reference in New Issue
Block a user