Api for key send - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104) +---- Thread: Api for key send (/showthread.php?tid=11150) |
Api for key send - dark_wolf - 03-11-2015 Is there a api for sending keys to the window Something in the style like PostMessage(edit, WM_KEYDOWN, (IntPtr)(Keys.NumPad0), IntPtr.Zero); This would make a lot of things possible and easy to do Thx RE: Api for key send - Cichard - 03-11-2015 i know there is away to do text commands but nothing like this i dont think. RE: Api for key send - dark_wolf - 03-12-2015 Well its a no brainer to implement. uses the win32.dll and with that you can basically create your own tasks. Which are not supported usually. E.g. Leve quests. Or dialogs which are not yet implemented. Selecting Crafting recepies. and and and RE: Api for key send - Ace - 03-12-2015 It's on the to-do list. RE: Api for key send - dark_wolf - 03-12-2015 Thank you |