[DEV] update context code style

This commit is contained in:
Edouard DUPIN 2015-01-08 22:38:34 +01:00
parent df2fbc04b9
commit 673ccb3726
4 changed files with 7 additions and 7 deletions

2
external/airtaudio vendored

@ -1 +1 @@
Subproject commit e15bfbe18e883fe3170a49a03732ad5dfe389fa8
Subproject commit 00af426a47d45a8111e60f0e8e690411dcad861f

2
external/eaudiofx vendored

@ -1 +1 @@
Subproject commit 428e8dfe393b5609e21b78267356e30a026cb0ad
Subproject commit 79042c57e5f3306f1dcd576d47f7890e39769faf

2
external/ejson vendored

@ -1 +1 @@
Subproject commit 226d95135ccb49de2427a38256212b5020a090d1
Subproject commit bcab8b07067cc15a81e14234d302dc945b5b2471

View File

@ -112,11 +112,11 @@ namespace ewol {
// generic dimentions
vec2 dimention;
// keyboard events :
bool repeateKey; //!< special flag for the repeating key on the PC interface
bool stateIsDown;
char32_t keyboardChar;
bool repeateKey; //!< special flag for the repeating key on the PC interface
bool stateIsDown;
char32_t keyboardChar;
enum ewol::key::keyboard keyboardMove;
ewol::key::Special keyboardSpecial;
ewol::key::Special keyboardSpecial;
eSystemMessage() :
TypeMessage(msgNone),