Skip to content

Instantly share code, notes, and snippets.

View akbsteam's full-sized avatar

Andy Bennett akbsteam

View GitHub Profile
@akbsteam
akbsteam / config.joy
Last active December 10, 2015 20:08 — forked from anonymous/config.joy
<config>
<joystick id="0">
<axis number="0" low="Left" high="Right" />
<axis number="1" low="Up" high="Down" />
<button number="0" key="SN2" />
<button number="1" key="SN1" />
<button number="2" key="HC1" />
<button number="3" key="HC2" />
<button number="4" key="HC3" />
@akbsteam
akbsteam / UIViewGestureExtensions.swift
Last active August 19, 2022 11:41 — forked from loganwright/Readme.md
UIView Gesture Recognizer Extension For Swift
//
// The MIT License (MIT)
//
// Copyright (c) 2017 Andy Bennett (@akbsteam)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is