Enumeration

PhocCursorMode

[]

Declaration

enum Phoc.CursorMode
[]

Description [src]

The mode of the cursor.

[]

Members

PHOC_CURSOR_PASSTHROUGH

Cursor is passed through to the client.

  • Value: 0
  • Available since: 0
PHOC_CURSOR_MOVE

No description available.

  • Value: 1
  • Available since: 0
PHOC_CURSOR_RESIZE

Cursor is used for a window resize operation.

  • Value: 2
  • Available since: 0