android - How to map the touch screen event to virtual key event(eg: back, home, menu)? -


Environment: Android platform; Perhaps you know that the command of "getevent" can output events from "/ dev / input / eventX" Some devices have virtual keys such as backs, menus, home etc., and these keys are also applied through the touch screen. So how do I map the touch screen event to the right key event in the virtual key area (back-> Back, Home-> Home, Menu-> Menu etc.)

back: override @ backed (public) at zero { // content} / html>

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -