Touch Input Issue in WPF UI Application -- 2

Job ID: 37630697

Budget: ₹1,500 – ₹12,500 INR

I am working on a desktop application that incorporates OSG (OpenSceneGraph) c++, coupled with a C# WPF UI. The application is encountering issues with touch screen inputs, specifically with single and double tap gestures. These inputs are not being received in specific elements of the WindowData Visualization module.

Code Snapshot::
{
osg::ref_ptr<osg::GraphicsContext::Traits> myTraits = new osg::GraphicsContext::Traits;

// Set location and size of the window
myTraits->x = windowX;
myTraits->y = windowY;
myTraits->width = windowWidth;
myTraits->height = windowHeight;
myTraits->windowDecoration = true;
myTraits->doubleBuffer = true;
myTraits->sharedContext = 0;
myTraits->samples = 6;
myTraits->inheritedWindowData = new osgViewer::GraphicsWindowWin32::WindowData(hwnd);

// Create graphics context
gcMain = osg::GraphicsContext::createGraphicsContext(myTraits.get());
}

Ideal candidates for this project are expected to have:

- Extensive experience with C# WPF UI and touch technology.
- Proficiency in OSG and C++.
- A track record of diagnosing and fixing similar touch input issues.

Your task will be to:

- Identify and troubleshoot the root cause of the touch input problem.
- Implement a reliable solution that allows single and double tap gestures on specific elements to be recognized correctly.
- Ensure the solution does not affect the other functionalities of the software.

Looking forward to working with professionals who can effectively resolve this issue.
Related categories: .NET C# Programming C++ Programming WPF OpenSceneGraph