-
-
Lesson7.zip
Examples of ways to filter your textures, simple lighting, keyboard control
-
usbkd_dm644x.zip
this is a test usb keyboard program for dm644x. it s easy to understand the concept about the IO operation
-
-
as_ign_land.zip
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.
-
-
-
API_VBmod.rar
API functions and hook for managing windows handlers and basic keyboard status and manipulation.
-
capturekey.zip
This app shows how to get an event from the keyboard in Symbian S60 FP2.
-
snake.rar
This is the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit.
-
bgfg_codebook.rar
... average sample code done with averages and done with codebooks
// (adapted from the OpenCV book sample)
//
// NOTE: To get the keyboard to work, you *have* to have one of the video windows be active
// and NOT the consule window.
//
// Gary ...
-