Search found 1 match

by Prometheus
Thu Dec 18, 2014 9:24 am
Forum: Developer's Forum for Windows
Topic: RawInput /Raw Input / WM_INPUT Examples
Replies: 41
Views: 163532

Re: RawInput /Raw Input / WM_INPUT Examples

Hey, i want to write a DLL which is loaded by an other application ("V-rep") in C++11. Therefor i need to read button events and movement data from the spacemouse. Sadly, I am not allowed to use unicode (have to use multybyte). Also I have no handle to the window (hwnd). "V-Rep" ...