[PrivateApiAttribute]
public interface IKeyboardDevice : IInputDevice<PrivateApiAttribute>
Public Interface IKeyboardDevice
Inherits IInputDevice[<PrivateApiAttribute>]
type IKeyboardDevice =
interface
interface IInputDevice
end| ProcessRawEvent(RawInputEventArgs) |
Processes raw event. Is called after preprocessing by InputManager
(Inherited from IInputDevice) |