mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
new key
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@266 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -35,5 +35,6 @@
|
||||
#define MwNmouseDownHandler "CmouseDownHandler"
|
||||
#define MwNmouseUpHandler "CmouseUpHandler"
|
||||
#define MwNchangedHandler "CchangedHandler"
|
||||
#define MwNkeyHandler "CkeyHandler"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -71,6 +71,7 @@ static void llkeyhandler(MwLL handle, void* data) {
|
||||
int key = *(int*)data;
|
||||
|
||||
MwDispatch3(h, key, key);
|
||||
MwDispatchUserHandler(h, MwNkeyHandler, data);
|
||||
}
|
||||
|
||||
MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent, int x, int y, unsigned int width, unsigned int height) {
|
||||
|
||||
Reference in New Issue
Block a user