Back   Forward Collapse All Home > HowTos > Mouse Setup 
TalMap SDK Libary Reference
HOWTO: Set up a Mouse
  Summary
  This document describes how to use Mouse Control provided in TalMapX Control.
Users can set up the mouse functions for Map control.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get ControlState with the Contorl Manager.
3. Set up the mouse with SetData(StateType, Code) Method of ContorlState.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top