Navigation SDK Documentation |
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 |
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.
SDK_HDRINFO size |
Size of the structure - for controlling
SDK_HDRINFO version |
Version of the structure - for controlling. Use SDK_MapViewEventDataVERSION
SDK_UINT4 message |
Message event code
SDK_INT4 x |
x coordinate of event (or left for hdc mapviews only)
SDK_INT4 y |
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
© PTV Group 2018 | Generated on Mon Dec 17 2018 21:00:22 for NavigationSDK by 1.8.8 |