mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
11 lines
247 B
C#
11 lines
247 B
C#
public enum WindowPositionKeys
|
|
{
|
|
eWindowPositionKeyDown = 3,
|
|
eWindowPositionKeyUp = 2,
|
|
eWindowPositionKeyRight = 1,
|
|
eWindowPositionKeyLeft = 0,
|
|
eLastWindowPositionKey = 6,
|
|
eWindowPositionKeyShiftRight = 5,
|
|
eWindowPositionKeyShiftLeft = 4
|
|
}
|