RPR kbd translateAccelerator

From CockosWiki

Jump to: navigation, search

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR kbd translateAccelerator
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR kbd translateAccelerator

Contents

kbd_translateAccelerator()

int kbd_translateAccelerator(HWND hwnd, MSG *msg, KbdSectionInfo *section)

pass in the HWND to receive commands, a MSG of a key command, and a valid section, and kbd_translateAccelerator() will process it looking for any keys bound to it, and send the messages off. returns 1 if processed, 0 if no key binding found.

Parameters

HWND hwnd,
MSG *msg,
KbdSectionInfo *section

Returns

int 

Example


See Also


Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR kbd translateAccelerator
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR kbd translateAccelerator