Guest Drag Posted December 24, 2009 Share Posted December 24, 2009 Hello guys, The current version of Leadwerks have a Joystick support? Best regards. Quote Link to comment Share on other sites More sharing options...
Marleys Ghost Posted December 24, 2009 Share Posted December 24, 2009 LE does not handle those input devices directly. You'd need to do that in the language you are using and/or with 3rd party libs. Quote AMD Bulldozer FX-4 Quad Core 4100 Black Edition 2 x 4GB DDR3 1333Mhz Memory Gigabyte GeForce GTX 550 Ti OC 1024MB GDDR5 Windows 7 Home 64 bit BlitzMax 1.50 • Lua 5.1 • MaxGUI 1.41 • UU3D Pro • MessiahStudio Pro • Silo Pro 3D Coat • ShaderMap Pro • Hexagon 2 • Photoshop, Gimp & Paint.NET LE 2.5/3.4 • Skyline • UE4 • CE3 SDK • Unity 5 • Esenthel Engine 2.0 Marleys Ghost's YouTube Channel • Marleys Ghost's Blog "I used to be alive like you .... then I took an arrow to the head" Link to comment Share on other sites More sharing options...
Guest Drag Posted December 28, 2009 Share Posted December 28, 2009 There are ways to use external libraries? Could how i load?? I dont did find in documentation. Thanks Quote Link to comment Share on other sites More sharing options...
Canardia Posted December 28, 2009 Share Posted December 28, 2009 External libraries have nothing to do with LE, they work in any C++ program. The same way LE is just another external library for C++ as all the other thousands of libraries for C++. The most popular Joystick libraries for C++ are SDL and OIS: SDL: http://www.libsdl.org/download.php OIS: http://sourceforge.net/projects/wgois/files/ I would probably use SDL, since it brings also MMO capable network functions. If I want only a input library for Joysticks and other controllers and don't need anything else from SDL, then I would use OIS, since it's much smaller and not so bloated as SDL. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
machoman811 Posted January 18, 2010 Share Posted January 18, 2010 Well, since Leadwerks is only for windows so far, I prefer to use the windows functions... check that out: http://msdn.microsoft.com/en-us/library/ms712657%28VS.85%29.aspx The functions are: joyGetPos joyGetPosEx joyReleaseCapture joySetCapture Quote Link to comment Share on other sites More sharing options...
Volker Posted January 19, 2010 Share Posted January 19, 2010 For the Blitzmax users I can recommend FryPad. "..is a free module that provides an abstract control interface that sits between your game logic and the various control systems (keyboards, joypads etc.) the player wishes to use." Quote Core2DuoE6570 / Windows7 64bit / 4 Gb RAM / Geforce GTX 260 896Mb / LE 2.3 Dell Inspiron 1720 / Vista SP2 / C2D 2.4 / 8600 GM Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.