Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

identifier ACCELERATORS
BEGIN
  keycode, identifier
  keycode, identifier
  ........
END

Example

#include "keys.h"
#include "app.h"

#define MyAccel  100
 ..
MyAccel ACCELERATORS
BEGIN
  F1,      ID_HELP
  ALT_S,   ID_SHOW
  CTRL_A,  ID_ALL
END

You can load an accelerator table into your application by using the
LoadAccelerators() function.

See Also: LoadAccelerators

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson