Show / Hide Table of Contents

Struct OKeyHookData

Parameter type of the OKey.Hook callback function.

public struct OKeyHookData

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
optk

Options used by the "send keys or text" function. The callback function can modify them, except Hook, NoModOff, NoCapsOff, NoBlockInput.

w

The focused control. If there is no focused control - the active window. Use w.Window to get top-level window; if w.Window == w, w is the active window, else the focused control. The callback function is not called if there is no active window.