VK_ESC not working in iHDSim?

The readme indicates the VK_ESC/Cancel maps to Esc on the keyboard. However I cannot get that to recgonize in the iHDSim.

Am I misunderstanding something

Thanks.



Answer this question

VK_ESC not working in iHDSim?

  • rsd_za

    I user VK_BACK and that worked.

    I guess I don't understand the differences between Virtual Key Codes that have no default input handler and those that indicate they are defined in the markup (see table V-1 in the annex).

    Is the spec saying that you have to implement the behavior in the markup for keys like VK_ESC and VK_ENTER


  • Joe Buys

    No, you don't have to do anything. if you look at the code for input gesture handling, you'll see that ENTER activates the focused item, and ESC removes focus from the focused item. Just like LEFT moves left and UP moves up, etc.

    See page VI7-19 for details



  • VK_ESC not working in iHDSim?