File ViewportEvents.h
File List > editor > events > ViewportEvents.h
Go to the documentation of this file
#pragma once
struct ViewportSelectedEvent
{
int pix_x, pix_y; // converted by UI layer
bool increment;
};
struct ViewportResizeEvent
{
int width, height;
};
struct ViewportImageResetEvent
{
unsigned int tex_id;
};