|
Hi,
I am doing a school project using this software on windows application. My project is about EOG(electrooculography) Mouse.
I have to move the cursor without using the mouse which means i can only use eye movements to move the cursor. So basically keyboard events is the first step before going keyboardless and mouseless.
Plus i need to draw something on the form. Is that possible just by using keyboard?
The keyboard events are KeyDown, KeyPress and KeyUp. Do i need to use all?
Perhaps some links to the tutorials or is there any sample codes? i cant find! :'(
|