Пример #1
0
 /// <summary>
 /// Installs a function that can be used to take the current mouse position and translate it to a coordinate relative to the screen.
 /// </summary>
 public void InstallLocalizeScreenMousePositionHandler(LocalizeScreenMousePositionHandler handler)
 {
     m_localizeScreenMousePositionHandler = handler;
 }
 /// <summary>
 /// Installs a callback for translating the current mouse position to a coordinate relative to the screen.
 /// </summary>
 public void InstallLocalizeScreenMousePositionHandler(LocalizeScreenMousePositionHandler handler)
 {
    m_userInput.InstallLocalizeScreenMousePositionHandler(handler);
 }