[PrivateApiAttribute]
public interface IPointerDevice : IInputDevice<PrivateApiAttribute>
Public Interface IPointerDevice
Inherits IInputDevice[<PrivateApiAttribute>]
type IPointerDevice =
interface
interface IInputDevice
end| ProcessRawEvent(RawInputEventArgs) |
Processes raw event. Is called after preprocessing by InputManager
(Inherited from IInputDevice) |
| TryGetPointer(RawPointerEventArgs) | Gets a pointer for specific event args. |