Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am krakendono on github.
* I am sloanmg (https://keybase.io/sloanmg) on keybase.
* I have a public key whose fingerprint is 7689 C793 FEBE DB62 4645 A601 5BBA FACE B669 2521
To claim this, I am signing this object:
using UnityEngine;
using UnityEngine.EventSystems;
public class FixedButton : MonoBehaviour, IPointerUpHandler, IPointerDownHandler
{
[HideInInspector]
public bool Pressed;
// Use this for initialization
void Start()