diff options
| author | Greg Ercolano <erco@seriss.com> | 2019-08-14 12:11:38 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2019-08-14 12:11:38 -0700 |
| commit | e3042481ee0cd0eefab51a36f5875492fd58bc80 (patch) | |
| tree | e1e43ca79854a85d5b0c057b3bc08aefa4152a90 /examples/Makefile | |
| parent | 9e4c207e27505f183e940804668a678cd68888c8 (diff) | |
Added new example code: howto-remap-numpad-keyboard-keys.cxx
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 7fb5c3490..6bc8d305b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,6 +14,7 @@ ALL = browser-simple$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ howto-menu-with-images$(EXEEXT) \ howto-parse-args$(EXEEXT) \ + howto-remap-numpad-keyboard-keys$(EXEEXT) \ howto-simple-svg$(EXEEXT) \ howto-text-over-image-button$(EXEEXT) \ menubar-add$(EXEEXT) \ |
