Simple question,
What file are the keyboard const declared in, like "CSKEY_DOWN"
Regards
What file are the keyboard const declared in, like "CSKEY_DOWN"
Regards
For such a simple question it is very easy to find out the answer yourselves. If you are on linux you can do a grep to find where it is defined. If you are on windows you can use the 'find' in explorer. Anyway. The answer is include/iutil/evdefs.h
Greetings,
As for using "find" or "grep", does not work if you dont know the name of the file you looking for. and I probably would have spent a long time checking .h files before I found the right one. I did look , checked docs and forum even checked a few lib's looking for it (Had even gone to the right dir iutils, but did not know this at the time) , thought asking would be much quicker as it's a very simple question.
Anyway , thx for the answer. It's appreciated





