NiiightmareXD

Results 52 comments of NiiightmareXD

I think this is the problem https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/ms644985(v=vs.85) > Note When this callback function is called in response to a change in the state of a key, the callback function is...

it still doesn't work ```rs let mouse_injection = InjectedInputMouseInfo::new().unwrap(); mouse_injection.SetDeltaY(0).unwrap(); mouse_injection.SetDeltaX(0).unwrap(); let injector = InputInjector::TryCreate().unwrap(); let mouse_injection_array: Array = Array::from_slice(&[Some(mouse_injection)]); injector.InjectMouseInput(mouse_injection_array).unwrap(); ``` ``` the trait bound `Array: TryIntoParam` is not...

Can I implement this? 🤔

I plan to create a separate function or module to enable capturing a frame on demand, even though it's already possible with the current implementation by storing the latest frame....

> > I plan to create a separate function or module to enable capturing a frame on demand, even though it's already possible with the current implementation by storing the...

Hey, I'm not sure what's causing the problem, are graphics drivers installed correctly? can you check another screen recording software like OBS to see if that works? also, what is...

where do you call `blocking_kind` method? the error is from there

> Now, I'm getting different errors. > > Can you tell me how to start the recording with a library? Which module or function is responsible for recording? How do...

Hey, can you check if the start_free_threaded function works or not? also, what is your Windows version?