windows runtime - Firing a KeyDown event in WinRT -


is there way fire custom keyup/keydown event on corewindow?

for example, take following event:http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.core.corewindow.keyup.aspx.

my application uses corewindow::keyup , corewindow::keydown handle events. trying test correct delegates being attached , called when event happens.

note can't call delegate function directly since not test fact delegate attached event.

i looking answer similar https://stackoverflow.com/a/3977396/756356.

i doubt that's possible because sounds possibly interfering sandbox concept of modern apps. maybe insert layer between corewindow , handlers , bubble events through layer make possible raise proxy events. recommend against though since adds code don't need.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -