SetPanelKeys Function

Sets the selectable key map of a panel. This is not supported by all styles (only by Radio, as of this writing).

bool SetPanelKeys(Handle panel, int keys)

Parameters

Handle panel

A MenuPanel Handle.

int keys

An integer where each bit N allows key N+1 to be selected. If no keys are selectable, then key 0 (bit 9) is automatically set.

Return Value

True if supported, false otherwise.