carb::simplegui::ContextDesc

Defined in carb/simplegui/SimpleGuiTypes.h

struct ContextDesc

Defines a descriptor for simplegui context.

Public Members

Float2 displaySize

The display size.

windowing::Window *window

The Window to use.

input::Keyboard *keyboard

The Keyboard to listen for events. Can be nullptr.

input::Mouse *mouse

The Mouse to listen for events. Can be nullptr.

input::Gamepad *gamepad

The Gamepad to listen for events. Can be nullptr.