Monthly Archives: April 2013

MonoGame WinForms Repository

This is a quick note that I’ve setup a repository on GitHub specifically for code and examples related to MonoGame WinForms controls. You can find it here: https://github.com/jaquadro/MonoGame-WinFormsControls The repository unifies all of the code that I’ve put up as … Continue reading

Posted in Tutorials | Tagged , | 13 Comments

MonoGame + WinForms: Where’s My Keyboard?

A reader of an earlier post in the MonoGame + WinForms series pointed out a problem I never thought to test for: using MonoGame’s keyboard input with your embedded MonoGame control doesn’t work. Today’s post will solve this. First, why … Continue reading

Posted in Tutorials | Tagged , , , , | 1 Comment

A Cautionary Tale in Code Formatting

Everyone has their code formatting pet peeves. Whether your favorite argument is tabs-vs-spaces, indentation and brace rules, camelCase-vs-PascalCase, you probably have some anecdotal situation that you staked your position on. Now I’m going to throw in my opinion on a … Continue reading

Posted in Programming | Tagged , , , | 3 Comments