CodeBase - Keyboard Scancodes

Return to the CodeBase listing

Category: Complete Applications

Version: 1.0

0
0

Information

Uploaded: 10th Apr 2008 08:40

Modified: 10th Apr 2008 08:42

Author:  luskos

Summary

This is a short prgoram displaing scancode of each keyboard button when it`s pressed.

Full Description

This is a short prgoram displaing scancode of each keyboard button when it`s pressed.In combination with command keystate it becomes very useful if you want to give function to some button. Example: Run Scancode.Press a button and see what number is return.If you press Enter it returns "28"Use it in your game to give function to a button like this: if keystate(28)=1 then something happend...

Comments

No comments yet.