mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 02:13:29 +00:00
thing
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@15 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -10,6 +10,8 @@ MILSKODECL void MilskoDestroyWidget(HMILSKO handle);
|
||||
MILSKODECL void MilskoLoop(HMILSKO handle);
|
||||
MILSKODECL void MilskoStep(HMILSKO handle);
|
||||
MILSKODECL int MilskoPending(HMILSKO handle);
|
||||
MILSKODECL void MilskoApply(HMILSKO handle, ...);
|
||||
|
||||
MILSKODECL void MilskoSetInteger(HMILSKO handle, const char* key, int n);
|
||||
MILSKODECL void MilskoApply(HMILSKO handle, ...);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -22,7 +22,8 @@ MILSKODECL void MilskoLLDestroy(HMILSKOLL handle);
|
||||
MILSKODECL void MilskoLLPolygon(HMILSKOLL handle, MilskoPoint* points, int points_count, HMILSKOCOLOR color);
|
||||
MILSKODECL HMILSKOCOLOR MilskoLLAllocColor(HMILSKOLL handle, int r, int g, int b);
|
||||
MILSKODECL void MilskoLLGetXYWH(HMILSKOLL handle, int* x, int* y, unsigned int* w, unsigned int* h);
|
||||
MILSKODECL void MilskoLLSetXYWH(HMILSKOLL handle, int x, int y, unsigned int w, unsigned int h);
|
||||
MILSKODECL void MilskoLLSetXY(HMILSKOLL handle, int x, int y);
|
||||
MILSKODECL void MilskoLLSetWH(HMILSKOLL handle, int w, int h);
|
||||
MILSKODECL int MilskoLLPending(HMILSKOLL handle);
|
||||
MILSKODECL void MilskoLLNextEvent(HMILSKOLL handle);
|
||||
MILSKODECL void MilskoLLSleep(int ms);
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#include <Milsko/MachDep.h>
|
||||
#include <Milsko/LowLevel.h>
|
||||
#include <Milsko/StringDefs.h>
|
||||
#include <Milsko/TypeDefs.h>
|
||||
#include <Milsko/Core.h>
|
||||
|
||||
#include <Milsko/Window.h>
|
||||
|
||||
10
include/Milsko/StringDefs.h
Normal file
10
include/Milsko/StringDefs.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* $Id$ */
|
||||
#ifndef __MILSKO_STRINGDEFS_H__
|
||||
#define __MILSKO_STRINGDEFS_H__
|
||||
|
||||
#define MilskoNx "Ix"
|
||||
#define MilskoNy "Iy"
|
||||
#define MilskoNwidth "Iwidth"
|
||||
#define MilskoNheight "Iheight"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user