Nebula
|
#include <mousebutton.h>
Mouse button codes and conversion from/to string.
Public Types | |
enum | Code { LeftButton = 0 , RightButton = 1 , MiddleButton = 2 , NumMouseButtons , InvalidMouseButton } |
code enums More... | |
Static Public Member Functions | |
static Util::String | ToString (Code code) |
convert to string | |
static Code | FromString (const Util::String &str) |
convert from string | |
|
static |
convert from string
|
static |
convert to string