OaknetGames / OakNet-Link-Api

This Library allows easy creation of peer to peer multiplayer games
10 stars 1 forks source link

Add rightclick Context menu #8

Closed StonedCoal closed 3 years ago

StonedCoal commented 4 years ago

Add a component which can be added to other components which shows a context menu if the right mouse button was clicked over the parent component.

The Context menu should take ContextMenuEntries which are objects that hold a runnable which are executed when the option was clicked.