Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/10/2005 at 21:45, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.102 Platform: Windows ; Language(s) : C++ ;
--------- Hello everybody ...
In a tool plugin ... how can I know the Caps Lock is on or not?
Hope you can help me ... ZawMinTun
On 18/10/2005 at 22:51, xxxxxxxx wrote:
Good question. In 'gui.h', I donot see any thing for 'lock' keys (Caps, Scroll, Num) in the qualifier or key enumerations. It would seem that since these affect other key interpretations in an overall fashion (as compared to qualifiers) they are not monitored as key inputs.
Let's see if there is any way to do this...
Sorry that I can't be of more help.
On 18/10/2005 at 22:59, xxxxxxxx wrote:
Anyway ... thank you ... Robert ...
On 19/10/2005 at 11:30, xxxxxxxx wrote:
It's currently not possible to detect Caps Lock using API functions. (It might be possible to use OS specific functions, though that will of course make cross platform development harder.)
On 19/10/2005 at 19:42, xxxxxxxx wrote:
Thank you ... Mikael ...
Regards ... ZawMinTun