7#ifndef MYGUI_KEY_CODE_H_
8#define MYGUI_KEY_CODE_H_
174 return (a.mValue < b.mValue);
194 return !(a < b) && !(a > b);
widget description should be here.
friend bool operator>=(KeyCode const &a, KeyCode const &b)
friend bool operator==(KeyCode const &a, KeyCode const &b)
KeyCode(Enum _value=None)
friend bool operator<(KeyCode const &a, KeyCode const &b)
friend bool operator>(KeyCode const &a, KeyCode const &b)
friend bool operator!=(KeyCode const &a, KeyCode const &b)
friend bool operator<=(KeyCode const &a, KeyCode const &b)