FLTK logo

STR #3508

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Post Text | Post File | SVN ⇄ GIT | 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:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date 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 ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.