Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » K_CTRL_SEMICOLON and K_CTRL_PERIOD keys share the same constant value on Win32
K_CTRL_SEMICOLON and K_CTRL_PERIOD keys share the same constant value on Win32 [message #55736] Fri, 04 December 2020 20:32 Go to previous message
Oblivion is currently offline  Oblivion
Messages: 1093
Registered: August 2007
Senior Contributor
Hi,

As the title explains, the Ctrl+semicolon and Ctrl+Period keys share the same constant value and this results in error in Win32 if they are both used in the same switch statement.

See, Win32Keys.h, ln: 118, 119:
K_CTRL_PERIOD    = K_CTRL|0xbe|K_DELTA,
K_CTRL_SEMICOLON = K_CTRL|0xbe|K_DELTA,



Best regards,
Oblivion


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with specific HW configuration
Next Topic: Ctrl Transparency, backpaint, ...
Goto Forum:
  


Current Time: Sat Apr 27 21:14:10 CEST 2024

Total time taken to generate the page: 0.02378 seconds