Create basic GUI components
This commit is contained in:
@@ -45,6 +45,11 @@ public class NanoVGGUI implements GUI {
|
||||
nvgEndFrame(context);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void beginPath() {
|
||||
nvgBeginPath(context);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawRectangle(float x, float y, float w, float h) {
|
||||
nvgRect(context, x, y, w, h);
|
||||
|
||||
Reference in New Issue
Block a user