U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » How to add accelerator keys to menus
Re: How to add accelerator keys to menus [message #35978 is a reply to message #35639] Fri, 13 April 2012 04:21 Go to previous message
Lance is currently offline  Lance
Messages: 656
Registered: March 2007
Contributor
Quote:


‘K_CTRL_ALT_E’ was not declared in this scope



try
K_CTRL | K_ALT | K_E

instead.
K_CTRL, K_ALT, K_SHIFT each occupies a unique bit, and can be bit-or'ed together with other keys.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Moving to Linux dev from Win
Next Topic: Linux external libs
Goto Forum:
  


Current Time: Sun Apr 26 18:37:37 GMT+2 2026

Total time taken to generate the page: 0.00600 seconds