Skip to content

A joystick module for GMod, originally by NightEagle.

Notifications You must be signed in to change notification settings

kritzsie/Joystick-Module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joystick-Module

A joystick module for GMod, originally by NightEagle (http://facepunch.com/member.php?u=2853).

Original Facepunch thread: http://www.facepunch.com/showthread.php?t=403669

This version adds support for non-Windows platforms via SDL. It should compile with:

g++ -Wall -fPIC -shared -lSDL -lpthread -m32 -o "../lua/bin/gmcl_joystick_linux.dll" "main.cpp"

Installation

Merge the 'addons' and 'lua' folders from this folder into your 'garrysmod' folder.

About

A joystick module for GMod, originally by NightEagle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 86.0%
  • C++ 11.2%
  • C 2.0%
  • CMake 0.8%