pynorm fixes
parent
a1bb33c354
commit
001d50aa46
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
|
@ -209,9 +209,6 @@ int NormGetVersion(int* major DEFAULT((int*)0),
|
|||
int* minor DEFAULT((int*)0),
|
||||
int* patch DEFAULT((int*)0));
|
||||
|
||||
|
||||
|
||||
|
||||
NORM_API_LINKAGE
|
||||
NormInstanceHandle NormCreateInstance(bool priorityBoost DEFAULT(false));
|
||||
|
||||
|
|
@ -237,8 +234,8 @@ NORM_API_LINKAGE
|
|||
bool NormSetCacheDirectory(NormInstanceHandle instanceHandle,
|
||||
const char* cachePath);
|
||||
|
||||
// This call blocks until the next NormEvent is ready unless asynchronous
|
||||
// notification is used (see below)
|
||||
// This call blocks until the next NormEvent is ready unless
|
||||
// "waitForEvent" is set to "false"
|
||||
NORM_API_LINKAGE
|
||||
bool NormGetNextEvent(NormInstanceHandle instanceHandle, NormEvent* theEvent, bool waitForEvent DEFAULT(true));
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class NormObject
|
|||
|
||||
enum CheckLevel
|
||||
{
|
||||
BLIND_CHECK,
|
||||
TO_OBJECT,
|
||||
THRU_INFO,
|
||||
TO_BLOCK,
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue