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* minor DEFAULT((int*)0),
|
||||||
int* patch DEFAULT((int*)0));
|
int* patch DEFAULT((int*)0));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NORM_API_LINKAGE
|
NORM_API_LINKAGE
|
||||||
NormInstanceHandle NormCreateInstance(bool priorityBoost DEFAULT(false));
|
NormInstanceHandle NormCreateInstance(bool priorityBoost DEFAULT(false));
|
||||||
|
|
||||||
|
|
@ -237,8 +234,8 @@ NORM_API_LINKAGE
|
||||||
bool NormSetCacheDirectory(NormInstanceHandle instanceHandle,
|
bool NormSetCacheDirectory(NormInstanceHandle instanceHandle,
|
||||||
const char* cachePath);
|
const char* cachePath);
|
||||||
|
|
||||||
// This call blocks until the next NormEvent is ready unless asynchronous
|
// This call blocks until the next NormEvent is ready unless
|
||||||
// notification is used (see below)
|
// "waitForEvent" is set to "false"
|
||||||
NORM_API_LINKAGE
|
NORM_API_LINKAGE
|
||||||
bool NormGetNextEvent(NormInstanceHandle instanceHandle, NormEvent* theEvent, bool waitForEvent DEFAULT(true));
|
bool NormGetNextEvent(NormInstanceHandle instanceHandle, NormEvent* theEvent, bool waitForEvent DEFAULT(true));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ class NormObject
|
||||||
|
|
||||||
enum CheckLevel
|
enum CheckLevel
|
||||||
{
|
{
|
||||||
|
BLIND_CHECK,
|
||||||
TO_OBJECT,
|
TO_OBJECT,
|
||||||
THRU_INFO,
|
THRU_INFO,
|
||||||
TO_BLOCK,
|
TO_BLOCK,
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue