forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcef_types_win.pxd
More file actions
18 lines (14 loc) · 511 Bytes
/
cef_types_win.pxd
File metadata and controls
18 lines (14 loc) · 511 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
# License: New BSD License.
# Website: http://code.google.com/p/cefpython/
from windows cimport BOOL
cdef extern from "include/internal/cef_types_win.h":
cdef enum cef_graphics_implementation_t:
ANGLE_IN_PROCESS = 0,
ANGLE_IN_PROCESS_COMMAND_BUFFER,
DESKTOP_IN_PROCESS,
DESKTOP_IN_PROCESS_COMMAND_BUFFER,
ctypedef struct _cef_key_info_t:
int key
BOOL sysChar
BOOL imeChar