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
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.
VK_ESC not working in iHDSim?
rsd_za
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