U++ framework
Do not panic. Ask here before giving up.

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: 1266
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: Mon May 04 23:54:05 GMT+2 2026

Total time taken to generate the page: 0.00497 seconds