Search found 3 matches

by Staffan
12 Sep 2019, 20:52
Forum: General Discussion
Replies: 6
Views: 684

Re: Issues with manipulation events

Thanks, I took a look at the code in the sdk and made some changes. Now I'm getting the events However, when trying to translate the rendertransform, nothing happens. Any ideas what could prevent the translation? void cMainWindow::OnManipulationDelta( const Noesis::ManipulationDeltaEventArgs& e ...
by Staffan
12 Sep 2019, 17:39
Forum: General Discussion
Replies: 6
Views: 684

Re: Issues with manipulation events

Thanks for your response

I've registered the component
NsRegisterComponent< InfoPanelTouch >();

But I'm still not getting break points in any of the events when touching the UI

Also Transform2f is not recognized (incomplete type ), even though I've included Rect.h
by Staffan
12 Sep 2019, 11:46
Forum: General Discussion
Replies: 6
Views: 684

Issues with manipulation events

I'm trying to let users translate an object by touch but It's not quite working. Do I need to create an instance of the class or register it somehow? What am i missing? Xaml <Grid x:Name="InfoPanel_LayoutRoot" x:Class="cInfoPanelTouch"> ... <Canvas Grid.Column="1" Grid....