NvMouseButton Struct Reference
Mouse button masks. More...
#include <NvPlatformContext.h>
| Static Public Attributes | |
| static const uint32_t | LEFT = 0x00000001 | 
| Left button. | |
| static const uint32_t | RIGHT = 0x00000002 | 
| Right button. | |
| static const uint32_t | MIDDLE = 0x00000004 | 
| Middle button. | |
Detailed Description
Mouse button masks.The button indices are bitfields. i.e., button-3 == middle == 1<<3.
The documentation for this struct was generated from the following file: