#1 28-04-2008 06:14

Rapier
Registered: 28-04-2008
Posts: 29

Keys

Hi to all, I would like to know the identification of the keys as in the example below:

// shows a save screen if pressing F4

{$CLEO}
0000:

while true
  wait 250
  if
    0AB0:   key_pressed 0x73
  then
    03D8: show_save_screen 
  end
end

0x73 is F4, and F1..F12, a..z, 0..9???

Thanks!

Last edited by Rapier (13-06-2008 23:30)

Offline

#3 28-04-2008 16:10

Rapier
Registered: 28-04-2008
Posts: 29

Re: Keys

Ok, thank you!

Offline

Board footer

Powered by FluxBB