Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Registers or unregisters Windows touch support.
BOOL RegisterTouchWindow(
BOOL bRegister = TRUE,
ULONG ulFlags = 0
);
Parameters
bRegister
TRUE indicates register Windows touch support; FALSE otherwise.ulFlags
A set of bit flags that specify optional modifications. This field may contain 0 or one of the following values: TWF_FINETOUCH, TWF_WANTPALM.
Return Value
TRUE if successful; otherwise FALSE.
Requirements
Header: afxwin.h