FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser b4c464f71b Add event handling test and demo program
This is intended to be used as
  (a) an example of event handling and
  (b) a test program to visualize many event related variables

This first version is compatible with FLTK 1.3.x but lacks the screen
scaling factor under 1.3.x (which is always assumed to be 100%).

Note: this does not reflect any system or monitor related settings.
2021-02-08 15:46:35 +01:00
cairo
CMake
documentation Remove "Figure x.y: " from html image captions 2021-01-13 22:52:33 +01:00
examples
FL Make Fl_Gl_Window::gl_driver() private (#184) 2021-01-29 14:11:19 +01:00
fluid Update dependencies 2020-11-21 13:20:26 +01:00
GL
jpeg
lib
misc
nanosvg
png
public
src Scaling support under Windows: fix fullscreen window mode. 2021-02-01 13:25:39 +01:00
test Add event handling test and demo program 2021-02-08 15:46:35 +01:00
zlib
.clang-format
.gitattributes
.gitignore
.gitlab-ci.yml
.travis.yml Travis-CI: simplify config, disable macOS build (temp.) 2020-12-01 02:03:32 +01:00
abi-version.cmake.in
abi-version.in
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Remove "Figure x.y: " from html image captions 2021-01-13 22:52:33 +01:00
CMakeLists.txt
configh.cmake.in
configh.in
configure.ac macOS: remove explicit paths /opt/sw and /sw from configure.ac 2020-10-29 07:39:33 +01:00
COPYING
CREDITS.txt
DartConfig.cmake
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in
makesrcdist
README.abi-version.txt
README.Android.md
README.bundled-libs.txt
README.Cairo.txt
README.CMake.txt Basic CMakeLists.txt file to build FLTK-based user program - continued 2020-11-24 10:05:36 +01:00
README.IDE.txt
README.macOS.md
README.md
README.Pico.txt
README.txt Update README.txt 2020-11-15 16:12:12 +01:00
README.Unix.txt
README.Windows.txt
VERSION

README - Fast Light Tool Kit (FLTK) Version 1.4.0

WHAT IS FLTK?

The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) and its built-in GLUT emulation. It
was originally developed by Mr. Bill Spitzak and is
currently maintained by a small group of developers across
the world with a central repository in the US.

For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt