Navigation SDK Documentation

Data Fields
SDK_MapViewEventData Struct Reference

Data Fields

SDK_HDRINFO size
 
SDK_HDRINFO version
 
SDK_UINT4 message
 
SDK_INT4 x
 
SDK_INT4 y
 
SDK_INT4 width
 
SDK_INT4 height
 
SDK_INT4 delta
 

Detailed Description

Specifies a GUI event. X and y are used for coordinates or for the width and height, delta is the delta param for the SDK_wmWHEEL message If the map view was initialized with SDK_InitMapDC() the rendering area can be resized by setting a rectangle with the message SDK_wmSIZE. The rectangle will be set by the x, y, width and height parameters so that the rectangle will be: left = x, top = y, right = x+width, bottom = y+height.

Field Documentation

Size of the structure - for controlling

SDK_HDRINFO version

Version of the structure - for controlling. Use SDK_MapViewEventDataVERSION

SDK_UINT4 message

Message event code

x coordinate of event (or left for hdc mapviews only)

y coordinate of event (or top for hdc mapviews only)

SDK_INT4 width

width, only used if message == SDK_wmSize

SDK_INT4 height

height, only used if message == SDK_wmSize

SDK_INT4 delta

delta value, only used if message == SDK_wmWHEEL


The documentation for this struct was generated from the following file:

© PTV Group 2019 Generated on Thu Mar 28 2019 02:27:02 for NavigationSDK by doxygen 1.8.8