...

/

Building the Context Menu System

Building the Context Menu System

We'll cover the following...

Looking back at our description of what a “context menu” is, we said that it needs to be absolutely positioned on the screen. We can put together a generic component to help render something at an absolute position.

Commit fdd8ba0: Add an AbsolutePosition ...