47niemand / zengl

Automatically exported from code.google.com/p/zengl
0 stars 0 forks source link

Some Keys do not work on Mac #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In a draw event add in If statement that then draws a rectangle somewhere
2. The condition for the if statement should be key_down(One-of the-Keys-listed 
bellow)

What is the expected output? What do you see instead?
The expected output is that a rectangle will appear while the key is down.
The actual output is nothing, the event returns false;

What version of the product are you using? On what operating system? With
what compiler - Delphi/FreePascal?
ZenGL 0.3.5
FPC 2.6.0
Lazarus 1.1

Please provide any additional information below.

The keys I've tested, and don't work, are as follows:
k_shift_r
k_alt_r
k_super_r
k_super_l

But their counterparts (k_super, k_shift_l etc) work.
As far as I can tell it seems to be predominately the "right" keys (I can't 
test k_ctrl_r as my keyboard doesn't have a ctrl_r)

Original issue reported on code.google.com by Draghi...@gmail.com on 12 Nov 2012 at 5:18