forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Sources/kha/ScreenRotation.hx
Normal file
11
Kha/Sources/kha/ScreenRotation.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package kha;
|
||||
|
||||
/**
|
||||
* Enum with all the possible rotations.
|
||||
*/
|
||||
enum abstract ScreenRotation(Int) {
|
||||
var RotationNone = 0;
|
||||
var Rotation90 = 90;
|
||||
var Rotation180 = 180;
|
||||
var Rotation270 = 270;
|
||||
}
|
Reference in New Issue
Block a user