Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 2.26 KB

ns-tpcshrd-system_event_data.md

File metadata and controls

89 lines (67 loc) · 2.26 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
NS:tpcshrd.tagSYSTEM_EVENT_DATA
SYSTEM_EVENT_DATA (tpcshrd.h)
Contains information about a tablet system event.
3a2c33b7-91ca-48eb-a5b9-a1ccb5106f90
SYSTEM_EVENT_DATA
SYSTEM_EVENT_DATA structure [Tablet PC]
tablet.system_event_data
tagSYSTEM_EVENT_DATA
tpcshrd/SYSTEM_EVENT_DATA
tablet\system_event_data.htm
tablet
3a2c33b7-91ca-48eb-a5b9-a1ccb5106f90
12/05/2018
3a2c33b7-91ca-48eb-a5b9-a1ccb5106f90, SYSTEM_EVENT_DATA, SYSTEM_EVENT_DATA structure [Tablet PC], tablet.system_event_data, tagSYSTEM_EVENT_DATA, tpcshrd/SYSTEM_EVENT_DATA
tpcshrd.h
RTSCom.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
Windows
SYSTEM_EVENT_DATA
19H1
tagSYSTEM_EVENT_DATA
tpcshrd/tagSYSTEM_EVENT_DATA
SYSTEM_EVENT_DATA
tpcshrd/SYSTEM_EVENT_DATA
c++
APIRef
kbSyntax
HeaderDef
tpcshrd.h
SYSTEM_EVENT_DATA

SYSTEM_EVENT_DATA structure

-description

Contains information about a tablet system event.

-struct-fields

-field bModifier

Bit values for the modifiers. Possible values include SE_MODIFIER_CTRL (the Control key was pressed), SE_MODIFIER_ALT (the Alt key was pressed), and SE_MODIFIER_SHIFT (the Shift key was pressed).

-field wKey

Scan code for the keyboard character.

-field xPos

X position of the event.

-field yPos

Y position of the event.

-field bCursorMode

The type of cursor that caused the event. Possible values include SE_NORMAL_CURSOR (the pen tip) and SE_ERASER_CURSOR (the eraser).

-field dwButtonState

State of the buttons at the time of the system event.

-see-also

IStylusPlugin::SystemEvent Method

ITabletEventSink::SystemEvent Method