fltk/test
Albrecht Schlosser d6ddc62b33 Fix CTRL/META state display in test/handle_keys.cxx (macOS)
This changes only the display of the mentioned state bits in the test
program, and only on macOS.

Thanks to Manolo for finding and reporting this.
2024-08-23 17:13:15 +02:00
..
desktop
images
mac-resources
pixmaps
.gitignore
adjuster.cxx
animated.cxx
arc.cxx
ask.cxx
bitmap.cxx
blocks.cxx
boxtype.cxx
browser.cxx
button.cxx
buttons.cxx
cairo_test.cxx
checkers_pieces.fl
checkers.cxx
clipboard.cxx
clock.cxx
CMakeLists.txt
colbrowser.cxx
color_chooser.cxx
contrast.cxx
coordinates.cxx
cube.cxx
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
cursor.cxx
curve.cxx
demo.cxx
demo.menu
device.cxx
doublebuffer.cxx
editor.cxx
fast_slow.fl
file_chooser.cxx
flex_demo.cxx
flex_login.cxx
fltk-versions.cxx
fonts.cxx
forms.cxx
fractals.cxx
fracviewer.cxx
fracviewer.h
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx
glut_test.cxx
grid_alignment.cxx
grid_buttons.cxx
grid_dialog.cxx
grid_login.cxx
handle_events.cxx
handle_keys.cxx
hello.cxx
help_dialog.cxx
help_dialog.html
icon.cxx
iconize.cxx
image.cxx
inactive.fl
input_choice.cxx
input.cxx
keyboard_ui.fl
keyboard.cxx
keyboard.h
label.cxx
line_style_docs.cxx
line_style.cxx
list_visuals.cxx
makedepend
Makefile
mandelbrot_ui.fl
mandelbrot.cxx
mandelbrot.h
menubar.cxx
message.cxx
minimum.cxx
native-filechooser.cxx
navigation.cxx
offscreen.cxx
output.cxx
overlay.cxx
pack.cxx
pixmap_browser.cxx
pixmap.cxx
preferences.fl
radio.fl
README-unittests.txt
README.txt
resize-arrows.cxx
resize-arrows.h
resize-example1.cxx
resize-example2.cxx
resize-example3a.cxx
resize-example3b.cxx
resize-example3c.cxx
resize-example4a.cxx
resize-example4b.cxx
resize-example5a.cxx
resize-example5b.cxx
resize-example5c.cxx
resize.fl
resizebox.cxx
rgb.txt
rotated_text.cxx
scroll.cxx
shadow_variables.cxx
shape.cxx
subwindow.cxx
sudoku.cxx
sudoku.ico
sudoku.rc
symbols.cxx
table.cxx
tabs.fl
terminal.fl
threads.cxx
threads.h
tile.cxx
tiled_image.cxx
trackball.c
trackball.h
tree.fl
twowin.cxx
unittest_about.cxx
unittest_circles.cxx
unittest_complex_shapes.cxx
unittest_core.cxx
unittest_fast_shapes.cxx
unittest_images.cxx
unittest_points.cxx
unittest_schemes.cxx
unittest_scrollbarsize.cxx
unittest_symbol.cxx
unittest_terminal.cxx
unittest_text.cxx
unittest_unicode.cxx
unittest_viewport.cxx
unittests.cxx
unittests.h
utf8.cxx
valuators.fl
windowfocus.cxx
wizard.cxx

test/README.txt - 20 Oct 1998
-----------------------------

This directory contains tests and demos of FL.  In most cases you can
learn a lot about how to program FL by looking at the source code.

Type "make" to compile them all.

The program "demo" is a graphical interface to run all the demos. (you
may recognize this as a rewrite of an XForms program).

Some of the more interesting programs:

fractals:       A GLUT program with FL controls added to it

glpuzzle:       A GLUT program with no modifications

fullscreen:     Demo of how to make your window toggle to fill screen

list_visuals:   necessary to debug X visual stuff

mandelbrot:     A true application, using panels built in Fluid

menubar:        Demo of how FL's menus work

shiny:          Demo of drawing FL's controls using OpenGL

forms:          An XForms program to demonstrate emulation

colbrowser:     Another XForms program that is actually useful


-----------------------------------------------------
Note: this file is outdated and incomplete. (*FIXME*)
-----------------------------------------------------