Document platform-dependent types fl_intptr_t and fl_uintptr_t

Most other platform-dependent types of FL/platform_types.h are also documented.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12663 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2018-02-11 18:25:11 +00:00
parent 4dde3e5485
commit 3ca12a3a02
2 changed files with 35 additions and 3 deletions
+2
View File
@@ -156,6 +156,8 @@ value:
- FL_META - One of the meta/Windows keys is down.
- FL_COMMAND - An alias for FL_CTRL on Windows and X11,
or FL_META on MacOS X.
- FL_CONTROL - An alias for FL_META on Windows and X11,
or FL_CTRL on MacOS X.
- FL_SCROLL_LOCK - The scroll lock is on.
- FL_BUTTON1 - Mouse button 1 is pushed.
- FL_BUTTON2 - Mouse button 2 is pushed.