#include "BGraphics.h"
Include dependency graph for BEvent.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| union | BEvent |
| struct | BKeyEvent |
| struct | BTouchEvent |
Enumerations | |
| enum | BEventType { EVT_KEYMASK = 0x0100, EVT_KEYDOWN = 0x0101, EVT_KEYHELD = 0x0110, EVT_KEYUP = 0x0111, EVT_TOUCHMASK = 0x1000, EVT_TOUCHDOWN = 0x1001, EVT_TOUCHDRAG = 0x1010, EVT_TOUCHUP = 0x1011 } |
|
|
|
1.3-rc3