Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recieving raw input
#2
If these keys and buttons without driver software generate keyboard or mouse messages with standard codes, then normal triggers can be set. If no, possibly they can be intercepted as raw input messages. However, these messages probably will not give key codes (will give 0), and therefore are useless.

To experiment, download and import Keyboard Detector from forum\resources. In Keyboard_Detector, after case RIM_TYPEKEYBOARD insert out raw.keyboard.VKey. After case RIM_TYPEMOUSE insert out raw.mouse.ulButtons. If Keyboard_Detector is running, Save. If not, run Keyboard_Detector two times, check both checkboxes. See what codes are displayed in the output when you pres these keys or buttons.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)