| [ Return to Bugs & Features | Post Text | Post File | Prev | Next ]
STR #3508
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 3 - Moderate, e.g. unable to compile the software |
Scope: | 2 - Specific to an operating system |
Subsystem: | WIN32 |
Summary: | fltk2ms() could be public, also does not translate KP_Enter |
Version: | 1.4-current |
Created By: | matt |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
|
#1 | matt 15:00 Feb 02, 2019 |
| fltk2ms() doesn't return FL_KP_Enter because the VK code is missing. This can be fixed if the line //{VK_???, FL_KP_Enter}, is changed to {VK_RETURN & 0x1000000, FL_KP_Enter}, | |
|
#2 | AlbrechtS 16:39 Feb 02, 2019 |
| Just a note: I believe that some VK_* constants have been commented out because the *named* constants didn't exist in earlier Windows versions. I don't know if this applies here though... | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |