Skip to content

Instantly share code, notes, and snippets.

@neguse11
neguse11 / GearMenu.cs
Last active October 13, 2015 12:19 — forked from CM3D2-01/gist:adcf5072ff5ba812858a
CM3D2:SystemShortcutにボタン追加
/*
歯車メニューへのアイコンの登録実験
A キーでアイコン追加。R キーでアイコン削除
アイコンをクリックすると、枠のトグル操作およびコンソールにメッセージが表示される
*/
using System;
using System.Collections.Generic;
using System.Linq;