Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Attributes | List of all members
PortResizeInfo Struct Reference
Collaboration diagram for PortResizeInfo:
Collaboration graph
[legend]

Public Attributes

Portport
 the port that was resized
 
int screenPos
 orientation of the screen in real space
 
long oldWidth
 the old port size
 
long oldHeight
 
int oldScreenPos
 the old orientation
 

Detailed Description

Event Data for the eventType_PortResized event

Member Data Documentation

long oldHeight
int oldScreenPos

the old orientation

long oldWidth

the old port size

Port* port

the port that was resized

int screenPos

orientation of the screen in real space