Main Menu

force mouse/keys input

Started by frenchgui, September 29, 2008, 03:55:11 PM

Previous topic - Next topic

frenchgui

Hi! Is there a way to simulate mouse or keys input with PlayBasic, in order to code a mouse/keyboard macro recorder?
Sorry about my English as it's not my native langage ^^

thaaks

I would guess it's not doable with PB's builtin commands.
But PlayBasic has a powerfull DLL wrapper (even with parts of Win32 GUI already mapped). So if you know which Windows API functions to call to add mouse and keyboard events into Windows' event queue that should be doable.