From 27e8a2a1a42220745a4d04871efad1c2e224915d Mon Sep 17 00:00:00 2001 From: joaoviictorti Date: Sat, 28 Sep 2024 11:29:37 -0300 Subject: [PATCH] docs(driver): Updating documentation for the get_gafasynckeystate_address function --- driver/src/misc/keylogger.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driver/src/misc/keylogger.rs b/driver/src/misc/keylogger.rs index 1ddae6c..8351ac6 100644 --- a/driver/src/misc/keylogger.rs +++ b/driver/src/misc/keylogger.rs @@ -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`: The address of the `gafAsyncKeyState` array if found, otherwise `None`.