hgeGUI::SetNavMode
Sets the GUI navigation mode.
void SetNavMode(
int navmode
);
Parameters
- navmode
- Bitwise or (|) combination of these constants:
HGEGUI_NONAVKEYS - no keyboard navigation
HGEGUI_LEFTRIGHT - left and right arrow keys navigate through controls
HGEGUI_UPDOWN - up and down arrow keys navigate through controls
HGEGUI_CYCLED - the navigation is wrapped around
Remarks
The default navigation mode is HGEGUI_NONAVKEYS.
Requirements
Header: hgegui.h
Import library: hgehelp.lib
|