Lines Matching refs:follow_mouse
70 int follow_mouse;
94 { "follow_mouse", "Move the grabbing region when the mouse pointer reaches within specified amount of pixels to the edge of region.",
95 OFFSET(follow_mouse), AV_OPT_TYPE_INT, { .i64 = 0 }, FOLLOW_CENTER, INT_MAX, D, "follow_mouse" },
96 { "centered", "Keep the mouse pointer at the center of grabbing region when following.", 0, AV_OPT_TYPE_CONST, { .i64 = -1 }, INT_MIN, INT_MAX, D, "follow_mouse" },
117 int w = c->width, h = c->height, f = c->follow_mouse;
430 if (c->follow_mouse || c->draw_mouse) {
459 if (c->follow_mouse && p->same_screen)
858 if (c->follow_mouse) {
859 av_log(s, AV_LOG_WARNING, "follow_mouse ignored with window_id.\n");
860 c->follow_mouse = 0;