Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| This is nonsense. Brace yourself. | |
| Things to note: | |
| - Apple always give responses to the other party within 24 hours. It takes them over 1 month to get back to me each time. | |
| - Some emails are likely missing. It was such a mess of a conversation I had trouble tracking them all down. | |
| - Although Derek's email does not make it so clear, the spinner graphic was taken from xistyle (property of XaioUnlimited) with full permission and acknowledged in the game credits. | |
| It was also heavily modified (by myself). | |
| - Aside from the fact this person is accusing me of "stealing" a graphic he did not even make in the first place, please consider that we are talking about a spiral on a circle. | |
| The inner section (smaller circle with black/white semi-circles) was made by me and has been in the osu! skin since early days. | |
| Claiming copyright on a spiral in a circle is enough to get any app taken off the app store. |
| internal enum WindowCompositionAttribute | |
| { | |
| WCA_UNDEFINED = 0, | |
| WCA_NCRENDERING_ENABLED = 1, | |
| WCA_NCRENDERING_POLICY = 2, | |
| WCA_TRANSITIONS_FORCEDISABLED = 3, | |
| WCA_ALLOW_NCPAINT = 4, | |
| WCA_CAPTION_BUTTON_BOUNDS = 5, | |
| WCA_NONCLIENT_RTL_LAYOUT = 6, | |
| WCA_FORCE_ICONIC_REPRESENTATION = 7, |