Lines Matching defs:context
48 struct context {
94 print_buttons(struct context *ctx, unsigned int *buttons, size_t sz)
157 print_state(struct context *ctx)
245 handle_device_added(struct context *ctx, struct libinput_event *ev)
274 handle_device_removed(struct context *ctx, struct libinput_event *ev)
292 update_tablet_axes(struct context *ctx, struct libinput_event_tablet_tool *t)
307 handle_tablet_button_event(struct context *ctx, struct libinput_event *ev)
329 handle_tablet_axis_event(struct context *ctx, struct libinput_event *ev)
337 handle_tablet_proximity_event(struct context *ctx, struct libinput_event *ev)
352 handle_tablet_tip_event(struct context *ctx, struct libinput_event *ev)
360 handle_libinput_events(struct context *ctx)
399 handle_libevdev_events(struct context *ctx)
468 mainloop(struct context *ctx)
496 init_context(struct context *ctx)
512 struct context ctx;