Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.4 KB

ne-winuser-tagpointer_input_type.md

File metadata and controls

79 lines (62 loc) · 2.4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winuser.tagPOINTER_INPUT_TYPE
tagPOINTER_INPUT_TYPE (winuser.h)
Identifies the pointer input types.
POINTER_INPUT_TYPE
POINTER_INPUT_TYPE enumeration [Input Messages and Notifications]
PT_MOUSE
PT_PEN
PT_POINTER
PT_TOUCH
PT_TOUCHPAD
inputmsg.pointer_input_type_enum
tagPOINTER_INPUT_TYPE
tagPOINTER_INPUT_TYPE enumeration [Input Messages and Notifications]
winuser/PT_MOUSE
winuser/PT_PEN
winuser/PT_POINTER
winuser/PT_TOUCH
winuser/PT_TOUCHPAD
winuser/tagPOINTER_INPUT_TYPE
inputmsg\pointer_input_type_enum.htm
InputMsg
3334DCD0-DAE1-4AC2-AB36-23D114803100
12/05/2018
POINTER_INPUT_TYPE, POINTER_INPUT_TYPE enumeration [Input Messages and Notifications], PT_MOUSE, PT_PEN, PT_POINTER, PT_TOUCH, PT_TOUCHPAD, inputmsg.pointer_input_type_enum, tagPOINTER_INPUT_TYPE, tagPOINTER_INPUT_TYPE enumeration [Input Messages and Notifications], winuser/PT_MOUSE, winuser/PT_PEN, winuser/PT_POINTER, winuser/PT_TOUCH, winuser/PT_TOUCHPAD, winuser/tagPOINTER_INPUT_TYPE
winuser.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
19H1
tagPOINTER_INPUT_TYPE
winuser/tagPOINTER_INPUT_TYPE
c++
APIRef
kbSyntax
HeaderDef
winuser.h
POINTER_INPUT_TYPE

tagPOINTER_INPUT_TYPE enumeration

-description

Identifies the pointer input types.

-enum-fields

-field PT_POINTER:1

Generic pointer type. This type never appears in pointer messages or pointer data. Some data query functions allow the caller to restrict the query to specific pointer type. The PT_POINTER type can be used in these functions to specify that the query is to include pointers of all types

-field PT_TOUCH:2

Touch pointer type.

-field PT_PEN:3

Pen pointer type.

-field PT_MOUSE:4

Mouse pointer type.

-field PT_TOUCHPAD:5

Touchpad pointer type (Windows 8.1 and later).

-see-also

Enumerations