 |
Gorgon Game Engine
|
Go to the documentation of this file.
8 namespace Gorgon {
namespace Input {
46 return Button((
int)l | (
int)r);
50 return Button((
int)l & (
int)r);
54 return (
int)(l&r) > 0;
58 return Button(~(
unsigned)l);
Root namespace for Gorgon Game Engine.
Definition: Any.h:19
#define ENUMCLASS
Definition: Types.h:173