Question says it all - is there a class somewhere in Windows Forms that has the same functionality as the WPF System.Windows.Input.Keyboard
? Or am I stuck always having to handle the keyboard events and keep my own state? (I'm specifically interested in a Forms analogue to IsKeyDown
).
Alternatively, is there a no-fuss way to use this WPF functionality in my Forms project (I'm not very familiar with WPF, but this looks fussy)?