You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the correct syntax to pass target parameter? I can't figure it out
Foe example, can i request it like this:
....
target: Some(Target::Window(scap::targets::Window {
id: 132,
title: "Discord".to_string(),
raw_handle: 132,
})),
....
The text was updated successfully, but these errors were encountered:
What's the correct syntax to pass target parameter? I can't figure it out
Foe example, can i request it like this:
....
target: Some(Target::Window(scap::targets::Window {
id: 132,
title: "Discord".to_string(),
raw_handle: 132,
})),
....
The text was updated successfully, but these errors were encountered: