#include <vector>
#include "berkelium/WeakString.hpp"
Go to the source code of this file.
Classes | |
class | Berkelium::Window |
Windows are individual web pages, the equivalent of a single tab in a normal browser. More... | |
Namespaces | |
namespace | Berkelium |
namespace | Berkelium::Script |
Enumerations | |
enum | Berkelium::KeyModifier { Berkelium::SHIFT_MOD = 1 << 0, Berkelium::CONTROL_MOD = 1 << 1, Berkelium::ALT_MOD = 1 << 2, Berkelium::META_MOD = 1 << 3, Berkelium::KEYPAD_KEY = 1 << 4, Berkelium::AUTOREPEAT_KEY = 1 << 5, Berkelium::SYSTEM_KEY = 1 << 6 } |