Skip to content

Instantly share code, notes, and snippets.

View talisein's full-sized avatar
💭
dreaming of my next project

talisein talisein

💭
dreaming of my next project
  • Mountain View, CA
  • 22:21 (UTC -07:00)
View GitHub Profile
// This example adds handling stylus input to the Custom Drawing example
// from the GTK4 Getting Started.
// See: https://docs.gtk.org/gtk4/getting_started.html#custom-drawing
#include <gtkmm.h>
#include <gdk/gdk.h>
class MainWindow : public Gtk::ApplicationWindow
{
public: