get events of keyboard, mouse and selecting in .NET

By Xiaodong Liang

Issue

I want to get the events of keyboard, mouse and selecting. is there any API to do so?

Solution

Current .NET API has no such ability. We have a plan to expose it ). But we cannot guarantee the time frame when it would be available.


Comments

One response to “get events of keyboard, mouse and selecting in .NET”

  1. I am using Navisworks 2012 Com Api. The following code are from you post:
    ComApi.InwOpState state;
    state=ComBridge.ComApiBridge.State;
    ComApi.InwURLOverride oMyUrlOverride = (ComApi.InwURLOverride)state.ObjectFactory(
    ComApi.nwEObjectType.eObjectType_nwURLOverride, null, null);
    But the stat.ObjectFactory() method always failed with exception “stackoverflow”. My OS is Window 7 64bit.

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading