arsa  2.7
EFocusFlags.h
Go to the documentation of this file.
1 // This file is part of the "Irrlicht Engine".
2 // For conditions of distribution and use, see copyright notice in irrlicht.h
3 
4 #ifndef E_FOCUS_FLAGS_H_INCLUDED__
5 #define E_FOCUS_FLAGS_H_INCLUDED__
6 
7 namespace irr
8 {
9 namespace gui
10 {
11 
13 // (all names start with SET as we might add REMOVE flags later to control that behavior as well)
15 {
18 
23 
26 
29 
32 };
33 
34 } // namespace gui
35 } // namespace irr
36 
37 #endif
38 
When set the focus can be changed with TAB-key combinations.
Definition: EFocusFlags.h:28
Everything in the Irrlicht Engine can be found in this namespace.
Definition: CARSADPad.h:6
EFOCUS_FLAG
Bitflags for defining the the focus behavior of the gui.
Definition: EFocusFlags.h:14
When set it's possible to set the focus to disabled elements.
Definition: EFocusFlags.h:31
When set the focus changes when the left mouse-button got clicked while over an element.
Definition: EFocusFlags.h:17
When set the focus changes when the mouse-cursor is over an element.
Definition: EFocusFlags.h:25