Definitions
Sorry, no definitions found. You may find more data at udata.
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word uData.
Examples
-
ConvertUserDataToCompressedString (uData); uData. _roles = new string [] {cpUserData};
-
ConvertUserDataToCompressedString (uData); uData. _roles = new string [] {cpUserData};
-
HID_GetInputData (lParam, uData); Get keycode iKey: = NumGet (uData, 5, "UChar"); Check for error
AutoHotkey Community 2009
-
HID_GetInputData (lParam, uData) iKey: = NumGet (uData, 0, "UInt") sLabel: = "RC_". iKey if IsLabel (sLabel)
AutoHotkey Community 2009
-
Else If (NumGet (uData, 6, "UChar") = 244) or (NumGet (uData, 6, "UChar") = 116)
AutoHotkey Community 2009
-
; Get the keycode iKey: = NumGet (uData, 5, "UChar")
AutoHotkey Community 2009
-
; Get keycode (located at the 6th byte) iKey: = NumGet (uData, 5, "UChar"); Call the appropriate sub if it exists sLabel: = sPrefix "_" iKey
AutoHotkey Community 2009
-
In my case, only one byte was different, the 6th one, hence the NumGet (uData, 5, "UChar").
AutoHotkey Community 2009
-
; Get data iKey: = HID_GetInputData (lParam, uData); Check for error
AutoHotkey Community 2009
-
I played around on variations of the "NumGet (uData, 5," UChar ")" in your code but the only way I could find unique numbers was using "NumGet (uData, 0," UInt ")" but these differ largely from the data reported back in Example 2, such as the blue button having an 8196 code instead of the reported data of 042000.
AutoHotkey Community 2009
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.