ITridentTouchInput::OnPointerMessage method

Called when a touch message can be processed.

Syntax


HRESULT OnPointerMessage(
  [in]  UINT   msg,
  [in]  WPARAM wParam,
  [in]  LPARAM lParam,
  [out] BOOL   *pfAllowManipulations
);

Parameters

msg [in]
wParam [in]
lParam [in]
*pfAllowManipulations [out]

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

ITridentTouchInput
ITridentTouchInput

 

 

Show: