docs(driver): Updating documentation for the get_gafasynckeystate_address function

This commit is contained in:
joaoviictorti
2024-09-28 11:29:37 -03:00
parent a20c3024a2
commit 27e8a2a1a4

View File

@@ -63,6 +63,8 @@ pub unsafe fn get_user_address_keylogger() -> Option<*mut c_void> {
/// Get the address of the `gafAsyncKeyState` array.
///
/// This function is only compatible with Windows 10.
///
/// # Returns
///
/// `Option<PVOID>`: The address of the `gafAsyncKeyState` array if found, otherwise `None`.